Class: Aws::States::Types::MapRunStartedEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::MapRunStartedEventDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Contains details about a Map Run that was started during a state machine execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) of a Map Run that was started.
Instance Attribute Details
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) of a Map Run that was started.
3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-states/types.rb', line 3138 class MapRunStartedEventDetails < Struct.new( :map_run_arn) SENSITIVE = [] include Aws::Structure end |