class Aws::Redshift::Types::UpdatePartnerStatusInputMessage

@note When making an API call, you may pass UpdatePartnerStatusInputMessage

data as a hash:

    {
      account_id: "PartnerIntegrationAccountId", # required
      cluster_identifier: "PartnerIntegrationClusterIdentifier", # required
      database_name: "PartnerIntegrationDatabaseName", # required
      partner_name: "PartnerIntegrationPartnerName", # required
      status: "Active", # required, accepts Active, Inactive, RuntimeFailure, ConnectionFailure
      status_message: "PartnerIntegrationStatusMessage",
    }

@!attribute [rw] account_id

The Amazon Web Services account ID that owns the cluster.
@return [String]

@!attribute [rw] cluster_identifier

The cluster identifier of the cluster whose partner integration
status is being updated.
@return [String]

@!attribute [rw] database_name

The name of the database whose partner integration status is being
updated.
@return [String]

@!attribute [rw] partner_name

The name of the partner whose integration status is being updated.
@return [String]

@!attribute [rw] status

The value of the updated status.
@return [String]

@!attribute [rw] status_message

The status message provided by the partner.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/UpdatePartnerStatusInputMessage AWS API Documentation

Constants

SENSITIVE