class Aws::SecurityHub::Types::AwsRedshiftClusterResizeInfo

Information about the resize operation for the cluster.

@note When making an API call, you may pass AwsRedshiftClusterResizeInfo

data as a hash:

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

@!attribute [rw] allow_cancel_resize

Indicates whether the resize operation can be canceled.
@return [Boolean]

@!attribute [rw] resize_type

The type of resize operation.

Valid values: `ClassicResize`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterResizeInfo AWS API Documentation

Constants

SENSITIVE