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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


18137
18138
18139
18140
18141
18142
# File 'lib/aws-sdk-securityhub/types.rb', line 18137

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)


18137
18138
18139
18140
18141
18142
# File 'lib/aws-sdk-securityhub/types.rb', line 18137

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