Class: Aws::Redshift::Types::InboundIntegration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#create_timeTime

The creation time of an inbound integration.

Returns:

  • (Time)


7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7188

class InboundIntegration < Struct.new(
  :integration_arn,
  :source_arn,
  :target_arn,
  :status,
  :errors,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::IntegrationError>

The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.

Returns:



7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7188

class InboundIntegration < Struct.new(
  :integration_arn,
  :source_arn,
  :target_arn,
  :status,
  :errors,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#integration_arnString

The Amazon Resource Name (ARN) of an inbound integration.

Returns:

  • (String)


7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7188

class InboundIntegration < Struct.new(
  :integration_arn,
  :source_arn,
  :target_arn,
  :status,
  :errors,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the source of an inbound integration.

Returns:

  • (String)


7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7188

class InboundIntegration < Struct.new(
  :integration_arn,
  :source_arn,
  :target_arn,
  :status,
  :errors,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an inbound integration.

Returns:

  • (String)


7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7188

class InboundIntegration < Struct.new(
  :integration_arn,
  :source_arn,
  :target_arn,
  :status,
  :errors,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The Amazon Resource Name (ARN) of the target of an inbound integration.

Returns:

  • (String)


7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7188

class InboundIntegration < Struct.new(
  :integration_arn,
  :source_arn,
  :target_arn,
  :status,
  :errors,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end