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.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def allow_cancel_resize @allow_cancel_resize end |
#resize_type ⇒ ::String
Returns the value of attribute resize_type.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def resize_type @resize_type end |