Class: Aws::Types::UpdateWorkspaceBundleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceBundleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def bundle_id @bundle_id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def image_id @image_id end |