Class: Aws::SecurityHub::Types::AwsRedshiftClusterResizeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterResizeInfo
- 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
-
#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.
18138 18139 18140 18141 18142 18143 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18138 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
18138 18139 18140 18141 18142 18143 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18138 class AwsRedshiftClusterResizeInfo < Struct.new( :allow_cancel_resize, :resize_type) SENSITIVE = [] include Aws::Structure end |