Class: Aws::States::Types::MapRunStartedEventDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#map_run_arnString

The Amazon Resource Name (ARN) of a Map Run that was started.

Returns:

  • (String)


2946
2947
2948
2949
2950
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2946

class MapRunStartedEventDetails < Struct.new(
  :map_run_arn)
  SENSITIVE = []
  include Aws::Structure
end