Class: Aws::Types::ResizeInfo
- Inherits:
-
Object
- Object
- Aws::Types::ResizeInfo
- 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.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def allow_cancel_resize @allow_cancel_resize end |
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def resize_type @resize_type end |