Class: Aws::Types::StepFunctionsAction
- Inherits:
-
Object
- Object
- Aws::Types::StepFunctionsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_name_prefix ⇒ ::String
Returns the value of attribute execution_name_prefix.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_machine_name ⇒ ::String
Returns the value of attribute state_machine_name.
Instance Attribute Details
#execution_name_prefix ⇒ ::String
Returns the value of attribute execution_name_prefix.
4622 4623 4624 |
# File 'sig/types.rbs', line 4622 def execution_name_prefix @execution_name_prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def role_arn @role_arn end |
#state_machine_name ⇒ ::String
Returns the value of attribute state_machine_name.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def state_machine_name @state_machine_name end |