Class: Aws::SecurityHub::Types::AwsRedshiftClusterResizeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterResizeInfo
- 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
-
#allow_cancel_resize ⇒ Boolean
Indicates whether the resize operation can be canceled.
-
#resize_type ⇒ String
The type of resize operation.
Instance Attribute Details
#allow_cancel_resize ⇒ Boolean
Indicates whether the resize operation can be canceled.
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_type ⇒ String
The type of resize operation.
Valid values: ‘ClassicResize`
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 |