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.
7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 |
# File 'lib/aws-sdk-redshift/types.rb', line 7307 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.
7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 |
# File 'lib/aws-sdk-redshift/types.rb', line 7307 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.
7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 |
# File 'lib/aws-sdk-redshift/types.rb', line 7307 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.
7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 |
# File 'lib/aws-sdk-redshift/types.rb', line 7307 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.
7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 |
# File 'lib/aws-sdk-redshift/types.rb', line 7307 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.
7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 |
# File 'lib/aws-sdk-redshift/types.rb', line 7307 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end |