Class: Aws::Redshift::Types::ResizeInfo

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

Overview

Describes a resize operation.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cancel_resizeBoolean

A boolean value indicating if the resize operation can be cancelled.

Returns:

  • (Boolean)


6725
6726
6727
6728
6729
# File 'lib/aws-sdk-redshift/types.rb', line 6725

class ResizeInfo < Struct.new(
  :resize_type,
  :allow_cancel_resize)
  include Aws::Structure
end

#resize_typeString

Returns the value ‘ClassicResize`.

Returns:

  • (String)


6725
6726
6727
6728
6729
# File 'lib/aws-sdk-redshift/types.rb', line 6725

class ResizeInfo < Struct.new(
  :resize_type,
  :allow_cancel_resize)
  include Aws::Structure
end