class
Amazonite::Iam::ListSAMLProvidersResponse
- Amazonite::Iam::ListSAMLProvidersResponse
- Reference
- Object
Overview
Contains the response to a successful ListSAMLProviders request.
Defined in:
iam/list_saml_providers_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(saml_provider_list : Array(SAMLProviderListEntry) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#saml_provider_list : Array(SAMLProviderListEntry) | Nil
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
-
#saml_provider_list=(saml_provider_list : Array(SAMLProviderListEntry) | Nil)
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def saml_provider_list : Array(SAMLProviderListEntry) | Nil
#
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
def saml_provider_list=(saml_provider_list : Array(SAMLProviderListEntry) | Nil)
#
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.