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.
9393 9394 9395 |
# File 'sig/types.rbs', line 9393 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9390 9391 9392 |
# File 'sig/types.rbs', line 9390 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9392 9393 9394 |
# File 'sig/types.rbs', line 9392 def name @name end |
#title ⇒ ::String
Returns the value of attribute title.
9394 9395 9396 |
# File 'sig/types.rbs', line 9394 def title @title end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
9391 9392 9393 |
# File 'sig/types.rbs', line 9391 def workspace_id @workspace_id end |