Class: Aws::Types::PendingCreateStandbyWorkspacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PendingCreateStandbyWorkspacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def directory_id @directory_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def state @state end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def user_name @user_name end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def workspace_id @workspace_id end |