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.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def apply_on @apply_on end |
#optimization_status ⇒ "On", "Off"
Returns the value of attribute optimization_status.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def optimization_status @optimization_status end |