Class: Aws::Redshift::Types::InboundIntegration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::InboundIntegration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
The content of an inbound integration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time of an inbound integration.
 - 
  
    
      #errors  ⇒ Array<Types::IntegrationError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The outstanding errors of an inbound integration.
 - 
  
    
      #integration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of an inbound integration.
 - 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the source of an inbound integration.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of an inbound integration.
 - 
  
    
      #target_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the target of an inbound integration.
 
Instance Attribute Details
#create_time ⇒ Time
The creation time of an inbound integration.
      7187 7188 7189 7190 7191 7192 7193 7194 7195 7196  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7187 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#errors ⇒ Array<Types::IntegrationError>
The outstanding errors of an inbound integration. Each item is an “IntegrationError”. This is null if there is no error.
      7187 7188 7189 7190 7191 7192 7193 7194 7195 7196  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7187 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of an inbound integration.
      7187 7188 7189 7190 7191 7192 7193 7194 7195 7196  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7187 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source of an inbound integration.
      7187 7188 7189 7190 7191 7192 7193 7194 7195 7196  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7187 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of an inbound integration.
      7187 7188 7189 7190 7191 7192 7193 7194 7195 7196  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7187 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end  | 
  
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target of an inbound integration.
      7187 7188 7189 7190 7191 7192 7193 7194 7195 7196  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7187 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end  |