Class: Aws::States::Types::MapStateStartedEventDetails

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

Overview

Details about a Map state that was started.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lengthInteger

The size of the array for Map state iterations.

Returns:

  • (Integer)


2960
2961
2962
2963
2964
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2960

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