Class: Aws::Types::ImportCustomWorkspaceImageResult
- Inherits:
-
Object
- Object
- Aws::Types::ImportCustomWorkspaceImageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#image_id ⇒ ::String
Returns the value of attribute image_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def image_id @image_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
996 997 998 |
# File 'sig/types.rbs', line 996 def state @state end |