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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10636

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