Class: Aws::Redshift::Types::CancelResizeMessage

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 unique identifier for the cluster that you want to cancel a resize operation for.

Returns:

  • (String)


561
562
563
564
565
# File 'lib/aws-sdk-redshift/types.rb', line 561

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