Class: Aws::Types::WorkspaceInstance

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_managed_instanceTypes::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.

Returns:

  • ("ALLOCATING", "ALLOCATED", "DEALLOCATING", "DEALLOCATED", "ERROR_ALLOCATING", "ERROR_DEALLOCATING")


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.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def workspace_instance_id
  @workspace_instance_id
end