Class: Aws::Types::UpdateWorkspaceMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
9278 9279 9280 |
# File 'sig/types.rbs', line 9278 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9275 9276 9277 |
# File 'sig/types.rbs', line 9275 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9277 9278 9279 |
# File 'sig/types.rbs', line 9277 def name @name end |
#title ⇒ ::String
Returns the value of attribute title.
9279 9280 9281 |
# File 'sig/types.rbs', line 9279 def title @title end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
9276 9277 9278 |
# File 'sig/types.rbs', line 9276 def workspace_id @workspace_id end |