class
Amazonite::Iam::UpdateSAMLProviderResponse
- Amazonite::Iam::UpdateSAMLProviderResponse
- Reference
- Object
Overview
Contains the response to a successful UpdateSAMLProvider request.
Defined in:
iam/update_saml_provider_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#saml_provider_arn : String | Nil
The Amazon Resource Name (ARN) of the SAML provider that was updated.
-
#saml_provider_arn=(saml_provider_arn : String | Nil)
The Amazon Resource Name (ARN) of the SAML provider that was updated.
- #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_arn : String | Nil
#
The Amazon Resource Name (ARN) of the SAML provider that was updated.
def saml_provider_arn=(saml_provider_arn : String | Nil)
#
The Amazon Resource Name (ARN) of the SAML provider that was updated.