Class: Aws::Types::UpdateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def description @description end |
#role ⇒ ::String
Returns the value of attribute role.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def role @role end |
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def s3_location @s3_location end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def workspace_id @workspace_id end |