Class: Aws::Redshift::Types::ModifyAuthenticationProfileMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::ModifyAuthenticationProfileMessage
 
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #authentication_profile_content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The new content of the authentication profile in JSON format. 
- 
  
    
      #authentication_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the authentication profile to replace. 
Instance Attribute Details
#authentication_profile_content ⇒ String
The new content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.
| 8026 8027 8028 8029 8030 8031 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8026 class ModifyAuthenticationProfileMessage < Struct.new( :authentication_profile_name, :authentication_profile_content) SENSITIVE = [] include Aws::Structure end | 
#authentication_profile_name ⇒ String
The name of the authentication profile to replace.
| 8026 8027 8028 8029 8030 8031 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8026 class ModifyAuthenticationProfileMessage < Struct.new( :authentication_profile_name, :authentication_profile_content) SENSITIVE = [] include Aws::Structure end |