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

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

Overview

Note:

When making an API call, you may pass RebootClusterMessage data as a hash:

{
  cluster_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The cluster identifier.

Returns:

  • (String)


6381
6382
6383
6384
# File 'lib/aws-sdk-redshift/types.rb', line 6381

class RebootClusterMessage < Struct.new(
  :cluster_identifier)
  include Aws::Structure
end