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)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9034

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)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9034

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)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9034

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)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9034

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)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9034

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)


9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9034

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