Class: Aws::Types::CreateUpdatedWorkspaceImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUpdatedWorkspaceImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
307 308 309 |
# File 'sig/types.rbs', line 307 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
306 307 308 |
# File 'sig/types.rbs', line 306 def name @name end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def source_image_id @source_image_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
309 310 311 |
# File 'sig/types.rbs', line 309 def @tags end |