Class: Aws::Redshift::Types::DescribePartnersInputMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5262

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

#cluster_identifierString

The cluster identifier of the cluster whose partner integration is being described.

Returns:

  • (String)


5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5262

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

#database_nameString

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.

Returns:

  • (String)


5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5262

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

#partner_nameString

The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.

Returns:

  • (String)


5262
5263
5264
5265
5266
5267
5268
5269
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5262

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