Class: Aws::Types::GetWorkspaceInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkspaceInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_configuration ⇒ Types::BillingConfiguration
Returns the value of attribute billing_configuration.
-
#ec2_instance_errors ⇒ ::Array[Types::EC2InstanceError]
Returns the value of attribute ec2_instance_errors.
-
#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_errors ⇒ ::Array[Types::WorkspaceInstanceError]
Returns the value of attribute workspace_instance_errors.
-
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
Instance Attribute Details
#billing_configuration ⇒ Types::BillingConfiguration
Returns the value of attribute billing_configuration.
186 187 188 |
# File 'sig/types.rbs', line 186 def billing_configuration @billing_configuration end |
#ec2_instance_errors ⇒ ::Array[Types::EC2InstanceError]
Returns the value of attribute ec2_instance_errors.
182 183 184 |
# File 'sig/types.rbs', line 182 def ec2_instance_errors @ec2_instance_errors end |
#ec2_managed_instance ⇒ Types::EC2ManagedInstance
Returns the value of attribute ec2_managed_instance.
185 186 187 |
# File 'sig/types.rbs', line 185 def ec2_managed_instance @ec2_managed_instance end |
#provision_state ⇒ "ALLOCATING", ...
Returns the value of attribute provision_state.
183 184 185 |
# File 'sig/types.rbs', line 183 def provision_state @provision_state end |
#workspace_instance_errors ⇒ ::Array[Types::WorkspaceInstanceError]
Returns the value of attribute workspace_instance_errors.
181 182 183 |
# File 'sig/types.rbs', line 181 def workspace_instance_errors @workspace_instance_errors end |
#workspace_instance_id ⇒ ::String
Returns the value of attribute workspace_instance_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def workspace_instance_id @workspace_instance_id end |