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.
3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-states/types.rb', line 3191 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.
3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-states/types.rb', line 3191 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.
3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-states/types.rb', line 3191 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.
3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-states/types.rb', line 3191 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.
3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-states/types.rb', line 3191 class MapRunListItem < Struct.new( :execution_arn, :map_run_arn, :state_machine_arn, :start_date, :stop_date) SENSITIVE = [] include Aws::Structure end |