Class: Aws::Types::ExecutionStartedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionStartedEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ ::String
Returns the value of attribute input.
-
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
-
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
Instance Attribute Details
#input ⇒ ::String
Returns the value of attribute input.
375 376 377 |
# File 'sig/types.rbs', line 375 def input @input end |
#input_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute input_details.
376 377 378 |
# File 'sig/types.rbs', line 376 def input_details @input_details end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
377 378 379 |
# File 'sig/types.rbs', line 377 def role_arn @role_arn end |
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
378 379 380 |
# File 'sig/types.rbs', line 378 def state_machine_alias_arn @state_machine_alias_arn end |
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
379 380 381 |
# File 'sig/types.rbs', line 379 def state_machine_version_arn @state_machine_version_arn end |