Class: Aws::Types::UpdateWorkspaceThemeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceThemeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#theme ⇒ Types::WorkspaceTheme
Returns the value of attribute theme.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9188 9189 9190 |
# File 'sig/types.rbs', line 9188 def instance_id @instance_id end |
#theme ⇒ Types::WorkspaceTheme
Returns the value of attribute theme.
9190 9191 9192 |
# File 'sig/types.rbs', line 9190 def theme @theme end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
9189 9190 9191 |
# File 'sig/types.rbs', line 9189 def workspace_id @workspace_id end |