Class: Aws::Types::SnapStartResponse
- Inherits:
-
Object
- Object
- Aws::Types::SnapStartResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_on ⇒ "PublishedVersions", "None"
Returns the value of attribute apply_on.
-
#optimization_status ⇒ "On", "Off"
Returns the value of attribute optimization_status.
Instance Attribute Details
#apply_on ⇒ "PublishedVersions", "None"
Returns the value of attribute apply_on.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def apply_on @apply_on end |
#optimization_status ⇒ "On", "Off"
Returns the value of attribute optimization_status.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def optimization_status @optimization_status end |