Class: Aws::Types::WorkspaceInstance
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_managed_instance ⇒ Types::EC2ManagedInstance
Returns the value of attribute ec2_managed_instance.
-
#provision_state ⇒ "ALLOCATING", ...
Returns the value of attribute provision_state.
-
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
Instance Attribute Details
#ec2_managed_instance ⇒ Types::EC2ManagedInstance
Returns the value of attribute ec2_managed_instance.
497 498 499 |
# File 'sig/types.rbs', line 497 def ec2_managed_instance @ec2_managed_instance end |
#provision_state ⇒ "ALLOCATING", ...
Returns the value of attribute provision_state.
495 496 497 |
# File 'sig/types.rbs', line 495 def provision_state @provision_state end |
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def workspace_instance_id @workspace_instance_id end |