Class: Aws::Redshift::Types::PartnerIntegrationInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PartnerIntegrationInputMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID that owns the cluster.
-
#cluster_identifier ⇒ String
The cluster identifier of the cluster that receives data from the partner.
-
#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
#account_id ⇒ String
The Amazon Web Services account ID that owns the cluster.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9338 class PartnerIntegrationInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The cluster identifier of the cluster that receives data from the partner.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9338 class PartnerIntegrationInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database that receives data from the partner.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9338 class PartnerIntegrationInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |
#partner_name ⇒ String
The name of the partner that is authorized to send data.
9338 9339 9340 9341 9342 9343 9344 9345 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9338 class PartnerIntegrationInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |