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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9379
9380
9381
9382
9383
# File 'lib/aws-sdk-redshift/types.rb', line 9379

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