Class: Aws::IAM::Types::DeleteOpenIDConnectProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteOpenIDConnectProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#open_id_connect_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete.
Instance Attribute Details
#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.
1943 1944 1945 1946 1947 |
# File 'lib/aws-sdk-iam/types.rb', line 1943 class DeleteOpenIDConnectProviderRequest < Struct.new( :open_id_connect_provider_arn) SENSITIVE = [] include Aws::Structure end |