Class: Aws::Redshift::Types::RebootClusterMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The cluster identifier.

Returns:

  • (String)


9276
9277
9278
9279
9280
# File 'lib/aws-sdk-redshift/types.rb', line 9276

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