Class: Aws::Redshift::Types::UpdatePartnerStatusInputMessage

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

#account_idString

The Amazon Web Services account ID that owns the cluster.

Returns:

  • (String)


11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
# File 'lib/aws-sdk-redshift/types.rb', line 11969

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

#cluster_identifierString

The cluster identifier of the cluster whose partner integration status is being updated.

Returns:

  • (String)


11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
# File 'lib/aws-sdk-redshift/types.rb', line 11969

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

#database_nameString

The name of the database whose partner integration status is being updated.

Returns:

  • (String)


11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
# File 'lib/aws-sdk-redshift/types.rb', line 11969

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

#partner_nameString

The name of the partner whose integration status is being updated.

Returns:

  • (String)


11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
# File 'lib/aws-sdk-redshift/types.rb', line 11969

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

#statusString

The value of the updated status.

Returns:

  • (String)


11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
# File 'lib/aws-sdk-redshift/types.rb', line 11969

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

#status_messageString

The status message provided by the partner.

Returns:

  • (String)


11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
# File 'lib/aws-sdk-redshift/types.rb', line 11969

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