Class: Aws::States::Types::MapIterationEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::MapIterationEventDetails
- 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
-
#index ⇒ Integer
The index of the array belonging to the Map state iteration.
-
#name ⇒ String
The name of the iteration’s parent Map state.
Instance Attribute Details
#index ⇒ Integer
The index of the array belonging to the Map state iteration.
2886 2887 2888 2889 2890 2891 |
# File 'lib/aws-sdk-states/types.rb', line 2886 class MapIterationEventDetails < Struct.new( :name, :index) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the iteration’s parent Map state.
2886 2887 2888 2889 2890 2891 |
# File 'lib/aws-sdk-states/types.rb', line 2886 class MapIterationEventDetails < Struct.new( :name, :index) SENSITIVE = [] include Aws::Structure end |