Class: Aws::Types::MigrationWorkspace
- Inherits:
-
Object
- Object
- Aws::Types::MigrationWorkspace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_workspace ⇒ Boolean
Returns the value of attribute create_workspace.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#create_workspace ⇒ Boolean
Returns the value of attribute create_workspace.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def create_workspace @create_workspace end |
#name ⇒ ::String
Returns the value of attribute name.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def type @type end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def workspace_id @workspace_id end |