You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterResizeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterResizeInfo as input to an Aws::Client method, you can use a vanilla Hash:

{
  allow_cancel_resize: false,
  resize_type: "NonEmptyString",
}

Information about the resize operation for the cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cancel_resizeBoolean

Indicates whether the resize operation can be canceled.

Returns:

  • (Boolean)

    Indicates whether the resize operation can be canceled.

#resize_typeString

The type of resize operation.

Valid values: ClassicResize

Returns:

  • (String)

    The type of resize operation.