class
Amazonite::Iam::RemoveClientIDFromOpenIDConnectProviderRequest
Defined in:
iam/remove_client_id_from_open_id_connect_provider_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_id : String
The client ID (also known as audience) to remove from the IAM OIDC provider resource.
-
#client_id=(client_id : String)
The client ID (also known as audience) to remove from the IAM OIDC provider resource.
-
#hash(hasher)
See
Object#hash(hasher) -
#open_id_connect_provider_arn : String
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from.
-
#open_id_connect_provider_arn=(open_id_connect_provider_arn : String)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from.
- #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 client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.
The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. 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 to remove the client ID from. 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.