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)


9278
9279
9280
9281
9282
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9278

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