Class: Aws::Types::WorkspaceConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#workspace_type ⇒ ::String
Returns the value of attribute workspace_type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def name @name end |
#workspace_type ⇒ ::String
Returns the value of attribute workspace_type.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def workspace_type @workspace_type end |