Class: Aws::Redshift::Types::PauseClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PauseClusterMessage
- 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
-
#cluster_identifier ⇒ String
The identifier of the cluster to be paused.
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster to be paused.
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 |