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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


9644
9645
9646
9647
9648
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9644

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