Class: Aws::Redshift::Types::CancelResizeMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CancelResizeMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The unique identifier for the cluster that you want to cancel a resize operation for.
Instance Attribute Details
#cluster_identifier ⇒ String
The unique identifier for the cluster that you want to cancel a resize operation for.
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 |