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)


3363
3364
3365
3366
3367
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3363

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