class
Amazonite::Iam::TagOpenIDConnectProviderRequest
- Amazonite::Iam::TagOpenIDConnectProviderRequest
- Reference
- Object
Defined in:
iam/tag_open_id_connect_provider_request.crConstructors
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
The ARN of the OIDC identity provider in IAM to which you want to add tags.
-
#open_id_connect_provider_arn=(open_id_connect_provider_arn : String)
The ARN of the OIDC identity provider in IAM to which you want to add tags.
-
#tags : Array(Tag)
The list of tags that you want to attach to the OIDC identity provider in IAM.
-
#tags=(tags : Array(Tag))
The list of tags that you want to attach to the OIDC identity provider in IAM.
- #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 ARN of the OIDC identity provider in IAM to which you want to add tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The ARN of the OIDC identity provider in IAM to which you want to add tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The list of tags that you want to attach to the OIDC identity provider in IAM. Each tag consists of a key name and an associated value.
The list of tags that you want to attach to the OIDC identity provider in IAM. Each tag consists of a key name and an associated value.