Class: Aws::Redshift::Types::ResumeClusterMessage

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

Overview

Describes a resume cluster operation. For example, a scheduled action to run the ‘ResumeCluster` API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The identifier of the cluster to be resumed.

Returns:

  • (String)


10636
10637
10638
10639
10640
# File 'lib/aws-sdk-redshift/types.rb', line 10636

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