Class: Aws::Redshift::Types::PartnerIntegrationInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes a partner integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date (UTC) that the partner integration was created.

Returns:

  • (Time)


9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308

class PartnerIntegrationInfo < Struct.new(
  :database_name,
  :partner_name,
  :status,
  :status_message,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database that receives data from a partner.

Returns:

  • (String)


9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308

class PartnerIntegrationInfo < Struct.new(
  :database_name,
  :partner_name,
  :status,
  :status_message,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#partner_nameString

The name of the partner.

Returns:

  • (String)


9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308

class PartnerIntegrationInfo < Struct.new(
  :database_name,
  :partner_name,
  :status,
  :status_message,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The partner integration status.

Returns:

  • (String)


9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308

class PartnerIntegrationInfo < Struct.new(
  :database_name,
  :partner_name,
  :status,
  :status_message,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message provided by the partner.

Returns:

  • (String)


9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308

class PartnerIntegrationInfo < Struct.new(
  :database_name,
  :partner_name,
  :status,
  :status_message,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date (UTC) that the partner integration status was last updated by the partner.

Returns:

  • (Time)


9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308

class PartnerIntegrationInfo < Struct.new(
  :database_name,
  :partner_name,
  :status,
  :status_message,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end