Class: Aws::States::Types::MapIterationEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::MapIterationEventDetails
- 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
-
#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.
2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2979 class MapIterationEventDetails < Struct.new( :name, :index) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the iteration’s parent Map state.
2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2979 class MapIterationEventDetails < Struct.new( :name, :index) SENSITIVE = [] include Aws::Structure end |