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

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

Overview

Information about the resize operation for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cancel_resizeBoolean

Indicates whether the resize operation can be canceled.

Returns:

  • (Boolean)


17395
17396
17397
17398
17399
17400
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17395

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

#resize_typeString

The type of resize operation.

Valid values: ClassicResize

Returns:

  • (String)


17395
17396
17397
17398
17399
17400
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17395

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