Class: Aws::States::Types::MapRunStartedEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::MapRunStartedEventDetails
- Defined in:
- gems/aws-sdk-states/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.
3231 3232 3233 3234 3235 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3231 class MapRunStartedEventDetails < Struct.new( :map_run_arn) SENSITIVE = [] include Aws::Structure end |