class
Amazonite::Iam::CreateOpenIDConnectProviderResponse
- Amazonite::Iam::CreateOpenIDConnectProviderResponse
- Reference
- Object
Overview
Contains the response to a successful CreateOpenIDConnectProvider request.
Defined in:
iam/create_open_id_connect_provider_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(open_id_connect_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) -
#open_id_connect_provider_arn : String | Nil
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created.
-
#open_id_connect_provider_arn=(open_id_connect_provider_arn : String | Nil)
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created.
-
#tags : Array(Tag) | Nil
A list of tags that are attached to the new IAM OIDC provider.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the new IAM OIDC 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 IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
A list of tags that are attached to the new IAM OIDC 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 OIDC 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.