Class: Aws::Types::ParameterSpace
- Inherits:
-
Object
- Object
- Aws::Types::ParameterSpace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#combination ⇒ ::String
Returns the value of attribute combination.
-
#parameters ⇒ ::Array[Types::StepParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#combination ⇒ ::String
Returns the value of attribute combination.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def combination @combination end |
#parameters ⇒ ::Array[Types::StepParameter]
Returns the value of attribute parameters.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def parameters @parameters end |