Class: Aws::WorkSpaces::Types::ComputeType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the compute type of the bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The compute type.

Returns:

  • (String)


429
430
431
432
433
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 429

class ComputeType < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end