Class: Aws::Redshift::Types::PartnerIntegrationInputMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID that owns the cluster.

Returns:

  • (String)


9064
9065
9066
9067
9068
9069
9070
9071
# File 'lib/aws-sdk-redshift/types.rb', line 9064

class PartnerIntegrationInputMessage < Struct.new(
  :account_id,
  :cluster_identifier,
  :database_name,
  :partner_name)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The cluster identifier of the cluster that receives data from the partner.

Returns:

  • (String)


9064
9065
9066
9067
9068
9069
9070
9071
# File 'lib/aws-sdk-redshift/types.rb', line 9064

class PartnerIntegrationInputMessage < Struct.new(
  :account_id,
  :cluster_identifier,
  :database_name,
  :partner_name)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

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

Returns:

  • (String)


9064
9065
9066
9067
9068
9069
9070
9071
# File 'lib/aws-sdk-redshift/types.rb', line 9064

class PartnerIntegrationInputMessage < Struct.new(
  :account_id,
  :cluster_identifier,
  :database_name,
  :partner_name)
  SENSITIVE = []
  include Aws::Structure
end

#partner_nameString

The name of the partner that is authorized to send data.

Returns:

  • (String)


9064
9065
9066
9067
9068
9069
9070
9071
# File 'lib/aws-sdk-redshift/types.rb', line 9064

class PartnerIntegrationInputMessage < Struct.new(
  :account_id,
  :cluster_identifier,
  :database_name,
  :partner_name)
  SENSITIVE = []
  include Aws::Structure
end