Class: Aws::Types::StepRequiredCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::StepRequiredCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amounts ⇒ ::Array[Types::StepAmountCapability]
Returns the value of attribute amounts.
-
#attributes ⇒ ::Array[Types::StepAttributeCapability]
Returns the value of attribute attributes.
Instance Attribute Details
#amounts ⇒ ::Array[Types::StepAmountCapability]
Returns the value of attribute amounts.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def amounts @amounts end |
#attributes ⇒ ::Array[Types::StepAttributeCapability]
Returns the value of attribute attributes.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def attributes @attributes end |