class
Amazonite::Iam::UpdateOpenIDConnectProviderThumbprintRequest
- Amazonite::Iam::UpdateOpenIDConnectProviderThumbprintRequest
- Reference
- Object
Defined in:
iam/update_open_id_connect_provider_thumbprint_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(open_id_connect_provider_arn : String, thumbprint_list : Array(String))
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 Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint.
-
#open_id_connect_provider_arn=(open_id_connect_provider_arn : String)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint.
-
#thumbprint_list : Array(String)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider.
-
#thumbprint_list=(thumbprint_list : Array(String))
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect 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 IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.