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.
| 1999 2000 2001 2002 2003 | # File 'lib/aws-sdk-iam/types.rb', line 1999 class DeleteOpenIDConnectProviderRequest < Struct.new( :open_id_connect_provider_arn) SENSITIVE = [] include Aws::Structure end |