Class: Aws::Redshift::Types::DeleteAuthenticationProfileMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeleteAuthenticationProfileMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authentication_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the authentication profile to delete.
 
Instance Attribute Details
#authentication_profile_name ⇒ String
The name of the authentication profile to delete.
      3454 3455 3456 3457 3458  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3454 class DeleteAuthenticationProfileMessage < Struct.new( :authentication_profile_name) SENSITIVE = [] include Aws::Structure end  |