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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1948
1949
1950
1951
1952
1953
# File 'lib/aws-sdk-states/types.rb', line 1948

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

#nameString

The name of the iteration’s parent Map state.

Returns:

  • (String)


1948
1949
1950
1951
1952
1953
# File 'lib/aws-sdk-states/types.rb', line 1948

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