Class: Aws::Types::ModifyWorkspaceCreationPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyWorkspaceCreationPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#workspace_creation_properties ⇒ Types::WorkspaceCreationProperties
Returns the value of attribute workspace_creation_properties.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def resource_id @resource_id end |
#workspace_creation_properties ⇒ Types::WorkspaceCreationProperties
Returns the value of attribute workspace_creation_properties.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def workspace_creation_properties @workspace_creation_properties end |