Class: Aws::Types::ProtectedJobWorkerComputeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobWorkerComputeConfiguration
- 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", "CR.4X"
Returns the value of attribute type.
Instance Attribute Details
#number ⇒ ::Integer
Returns the value of attribute number.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def number @number end |
#properties ⇒ Types::WorkerComputeConfigurationProperties
Returns the value of attribute properties.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def properties @properties end |
#type ⇒ "CR.1X", "CR.4X"
Returns the value of attribute type.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def type @type end |