Class: Aws::WorkSpaces::Types::ComputeType
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ComputeType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the compute type of the bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The compute type.
Instance Attribute Details
#name ⇒ String
The compute type.
553 554 555 556 557 |
# File 'lib/aws-sdk-workspaces/types.rb', line 553 class ComputeType < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |