class
Amazonite::Iam::CreateSAMLProviderResponse
- Amazonite::Iam::CreateSAMLProviderResponse
- Reference
- Object
Overview
Contains the response to a successful CreateSAMLProvider request.
Defined in:
iam/create_saml_provider_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(saml_provider_arn : String | Nil = nil, tags : Array(Tag) | Nil = nil)
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 new SAML provider resource in IAM.
-
#saml_provider_arn=(saml_provider_arn : String | Nil)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
-
#tags : Array(Tag) | Nil
A list of tags that are attached to the new IAM SAML provider.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the new IAM SAML provider.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.