Class: Aws::Types::AwsRedshiftClusterResizeInfo
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterResizeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_cancel_resize ⇒ Boolean
Returns the value of attribute allow_cancel_resize.
-
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
Instance Attribute Details
#allow_cancel_resize ⇒ Boolean
Returns the value of attribute allow_cancel_resize.
3865 3866 3867 |
# File 'sig/types.rbs', line 3865 def allow_cancel_resize @allow_cancel_resize end |
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
3866 3867 3868 |
# File 'sig/types.rbs', line 3866 def resize_type @resize_type end |