Class: Aws::Redshift::Types::InboundIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::InboundIntegration
- Defined in:
- gems/aws-sdk-redshift/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.
7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7343 class InboundIntegration < Struct.new( :integration_arn, :source_arn, :target_arn, :status, :errors, :create_time) SENSITIVE = [] include Aws::Structure end |