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.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def number @number end |
#properties ⇒ Types::WorkerComputeConfigurationProperties
Returns the value of attribute properties.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def properties @properties end |
#type ⇒ "CR.1X", ...
Returns the value of attribute type.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def type @type end |