Class: Aws::Types::CreateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#theme ⇒ Types::WorkspaceTheme
Returns the value of attribute theme.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def @tags end |
#theme ⇒ Types::WorkspaceTheme
Returns the value of attribute theme.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def theme @theme end |
#title ⇒ ::String
Returns the value of attribute title.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def title @title end |