Class: Aws::States::Types::MapRunListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::MapRunListItem
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Contains details about a specific Map Run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_arn ⇒ String
The ‘executionArn` of the execution from which the Map Run was started.
-
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) of the Map Run.
-
#start_date ⇒ Time
The date on which the Map Run started.
-
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the executed state machine.
-
#stop_date ⇒ Time
The date on which the Map Run stopped.
Instance Attribute Details
#execution_arn ⇒ String
The ‘executionArn` of the execution from which the Map Run was started.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-states/types.rb', line 3098 class MapRunListItem < Struct.new( :execution_arn, :map_run_arn, :state_machine_arn, :start_date, :stop_date) SENSITIVE = [] include Aws::Structure end |
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) of the Map Run.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-states/types.rb', line 3098 class MapRunListItem < Struct.new( :execution_arn, :map_run_arn, :state_machine_arn, :start_date, :stop_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The date on which the Map Run started.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-states/types.rb', line 3098 class MapRunListItem < Struct.new( :execution_arn, :map_run_arn, :state_machine_arn, :start_date, :stop_date) SENSITIVE = [] include Aws::Structure end |
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the executed state machine.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-states/types.rb', line 3098 class MapRunListItem < Struct.new( :execution_arn, :map_run_arn, :state_machine_arn, :start_date, :stop_date) SENSITIVE = [] include Aws::Structure end |
#stop_date ⇒ Time
The date on which the Map Run stopped.
3098 3099 3100 3101 3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-states/types.rb', line 3098 class MapRunListItem < Struct.new( :execution_arn, :map_run_arn, :state_machine_arn, :start_date, :stop_date) SENSITIVE = [] include Aws::Structure end |