Class: Aws::Redshift::Types::PartnerIntegrationInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::PartnerIntegrationInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes a partner integration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date (UTC) that the partner integration was created.
 - 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the database that receives data from a partner.
 - 
  
    
      #partner_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the partner.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The partner integration status.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message provided by the partner.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date (UTC) that the partner integration status was last updated by the partner.
 
Instance Attribute Details
#created_at ⇒ Time
The date (UTC) that the partner integration was created.
      9032 9033 9034 9035 9036 9037 9038 9039 9040 9041  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9032 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#database_name ⇒ String
The name of the database that receives data from a partner.
      9032 9033 9034 9035 9036 9037 9038 9039 9040 9041  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9032 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#partner_name ⇒ String
The name of the partner.
      9032 9033 9034 9035 9036 9037 9038 9039 9040 9041  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9032 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The partner integration status.
      9032 9033 9034 9035 9036 9037 9038 9039 9040 9041  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9032 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
The status message provided by the partner.
      9032 9033 9034 9035 9036 9037 9038 9039 9040 9041  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9032 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The date (UTC) that the partner integration status was last updated by the partner.
      9032 9033 9034 9035 9036 9037 9038 9039 9040 9041  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9032 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  |