class
Amazonite::Iam::DeleteOpenIDConnectProviderRequest
- Amazonite::Iam::DeleteOpenIDConnectProviderRequest
- Reference
- Object
Defined in:
iam/delete_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 Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete.
-
#open_id_connect_provider_arn=(open_id_connect_provider_arn : String)
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def open_id_connect_provider_arn : String
#
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the ListOpenIDConnectProviders operation.
def open_id_connect_provider_arn=(open_id_connect_provider_arn : String)
#
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the ListOpenIDConnectProviders operation.