Class: Aws::Types::CreateWorkspaceImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceImageRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
336 337 338 |
# File 'sig/types.rbs', line 336 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
335 336 337 |
# File 'sig/types.rbs', line 335 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
338 339 340 |
# File 'sig/types.rbs', line 338 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def workspace_id @workspace_id end |