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.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8943 8944 8945 |
# File 'sig/types.rbs', line 8943 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8945 8946 8947 |
# File 'sig/types.rbs', line 8945 def name @name end |
#title ⇒ ::String
Returns the value of attribute title.
8947 8948 8949 |
# File 'sig/types.rbs', line 8947 def title @title end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
8944 8945 8946 |
# File 'sig/types.rbs', line 8944 def workspace_id @workspace_id end |