ListSAMLProvidersResponse class
Contains the response to a successful ListSAMLProviders request.
Constructors
-
ListSAMLProvidersResponse.new({List<
SAMLProviderListEntry> ? sAMLProviderList}) - ListSAMLProvidersResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sAMLProviderList
→ List<
SAMLProviderListEntry> ? -
The list of SAML provider resource objects defined in IAM for this AWS
account.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited