Class: Aws::Types::GetWorkspaceInstanceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def ec2_instance_errors
  @ec2_instance_errors
end

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

Returns:

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


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.

Returns:



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.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def workspace_instance_id
  @workspace_instance_id
end