Class: Aws::Redshift::Types::PartnerIntegrationOutputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PartnerIntegrationOutputMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database that receives data from the partner.
-
#partner_name ⇒ String
The name of the partner that is authorized to send data.
Instance Attribute Details
#database_name ⇒ String
The name of the database that receives data from the partner.
8141 8142 8143 8144 8145 8146 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8141 class PartnerIntegrationOutputMessage < Struct.new( :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |
#partner_name ⇒ String
The name of the partner that is authorized to send data.
8141 8142 8143 8144 8145 8146 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8141 class PartnerIntegrationOutputMessage < Struct.new( :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |