Class: Aws::Redshift::Types::PauseClusterMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes a pause cluster operation. For example, a scheduled action to run the PauseCluster API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The identifier of the cluster to be paused.

Returns:

  • (String)


9105
9106
9107
9108
9109
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9105

class PauseClusterMessage < Struct.new(
  :cluster_identifier)
  SENSITIVE = []
  include Aws::Structure
end