Class: Aws::Types::Step
- Inherits:
-
Object
- Object
- Aws::Types::Step
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#component_type ⇒ ::String
Returns the value of attribute component_type.
Instance Attribute Details
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def component_arn @component_arn end |
#component_id ⇒ ::String
Returns the value of attribute component_id.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def component_id @component_id end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def component_type @component_type end |