Class: Aws::Types::WorkerComputeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkerComputeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number ⇒ ::Integer
Returns the value of attribute number.
-
#properties ⇒ Types::WorkerComputeConfigurationProperties
Returns the value of attribute properties.
-
#type ⇒ "CR.1X", ...
Returns the value of attribute type.
Instance Attribute Details
#number ⇒ ::Integer
Returns the value of attribute number.
3430 3431 3432 |
# File 'sig/types.rbs', line 3430 def number @number end |
#properties ⇒ Types::WorkerComputeConfigurationProperties
Returns the value of attribute properties.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def properties @properties end |
#type ⇒ "CR.1X", ...
Returns the value of attribute type.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def type @type end |