Class: Aws::Redshift::Types::DeleteAuthenticationProfileResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::DeleteAuthenticationProfileResult
 
- Defined in:
- gems/aws-sdk-redshift/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 that was deleted. 
Instance Attribute Details
#authentication_profile_name ⇒ String
The name of the authentication profile that was deleted.
| 3544 3545 3546 3547 3548 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3544 class DeleteAuthenticationProfileResult < Struct.new( :authentication_profile_name) SENSITIVE = [] include Aws::Structure end |