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

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

Overview

Describes a resize operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cancel_resizeBoolean

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

Returns:

  • (Boolean)


9968
9969
9970
9971
9972
9973
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9968

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

#resize_typeString

Returns the value ClassicResize.

Returns:

  • (String)


9968
9969
9970
9971
9972
9973
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9968

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