Class: Aws::States::Types::MapIterationEventDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Contains details about an iteration of a Map state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

The index of the array belonging to the Map state iteration.

Returns:

  • (Integer)


2694
2695
2696
2697
2698
2699
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2694

class MapIterationEventDetails < Struct.new(
  :name,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the iteration’s parent Map state.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2694

class MapIterationEventDetails < Struct.new(
  :name,
  :index)
  SENSITIVE = []
  include Aws::Structure
end