Class: Aws::Types::StepParameter
- Inherits:
-
Object
- Object
- Aws::Types::StepParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chunks ⇒ Types::StepParameterChunks
Returns the value of attribute chunks.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "INT", ...
Returns the value of attribute type.
Instance Attribute Details
#chunks ⇒ Types::StepParameterChunks
Returns the value of attribute chunks.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def chunks @chunks end |
#name ⇒ ::String
Returns the value of attribute name.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def name @name end |
#type ⇒ "INT", ...
Returns the value of attribute type.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def type @type end |