Class: Aws::Redshift::Types::UpdatePartnerStatusInputMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::UpdatePartnerStatusInputMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID that owns the cluster.
 - 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster identifier of the cluster whose partner integration status is being updated.
 - 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the database whose partner integration status is being updated.
 - 
  
    
      #partner_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the partner whose integration status is being updated.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the updated status.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message provided by the partner.
 
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that owns the cluster.
      11964 11965 11966 11967 11968 11969 11970 11971 11972 11973  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11964 class UpdatePartnerStatusInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_identifier ⇒ String
The cluster identifier of the cluster whose partner integration status is being updated.
      11964 11965 11966 11967 11968 11969 11970 11971 11972 11973  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11964 class UpdatePartnerStatusInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#database_name ⇒ String
The name of the database whose partner integration status is being updated.
      11964 11965 11966 11967 11968 11969 11970 11971 11972 11973  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11964 class UpdatePartnerStatusInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#partner_name ⇒ String
The name of the partner whose integration status is being updated.
      11964 11965 11966 11967 11968 11969 11970 11971 11972 11973  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11964 class UpdatePartnerStatusInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The value of the updated status.
      11964 11965 11966 11967 11968 11969 11970 11971 11972 11973  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11964 class UpdatePartnerStatusInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
The status message provided by the partner.
      11964 11965 11966 11967 11968 11969 11970 11971 11972 11973  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11964 class UpdatePartnerStatusInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name, :status, :status_message) SENSITIVE = [] include Aws::Structure end  |