Class: Aws::Redshift::Types::PartnerIntegrationOutputMessage

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

#database_nameString

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

Returns:

  • (String)


9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-redshift/types.rb', line 9083

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

#partner_nameString

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

Returns:

  • (String)


9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-redshift/types.rb', line 9083

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