Class: Aws::Redshift::Types::DescribePartnersInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribePartnersInputMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
When making an API call, you may pass DescribePartnersInputMessage data as a hash:
{
account_id: "PartnerIntegrationAccountId", # required
cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
database_name: "PartnerIntegrationDatabaseName",
partner_name: "PartnerIntegrationPartnerName",
}
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 whose partner integration is being described.
-
#database_name ⇒ String
The name of the database whose partner integration is being described.
-
#partner_name ⇒ String
The name of the partner that is being described.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that owns the cluster.
5545 5546 5547 5548 5549 5550 5551 5552 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5545 class DescribePartnersInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The cluster identifier of the cluster whose partner integration is being described.
5545 5546 5547 5548 5549 5550 5551 5552 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5545 class DescribePartnersInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.
5545 5546 5547 5548 5549 5550 5551 5552 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5545 class DescribePartnersInputMessage < 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 being described. If partner name is not specified, then all partner integrations are described.
5545 5546 5547 5548 5549 5550 5551 5552 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5545 class DescribePartnersInputMessage < Struct.new( :account_id, :cluster_identifier, :database_name, :partner_name) SENSITIVE = [] include Aws::Structure end |