Class: Aws::States::Types::MapStateStartedEventDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::MapStateStartedEventDetails
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Details about a Map state that was started.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #length  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the array for Map state iterations.
 
Instance Attribute Details
#length ⇒ Integer
The size of the array for Map state iterations.
      3153 3154 3155 3156 3157  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3153 class MapStateStartedEventDetails < Struct.new( :length) SENSITIVE = [] include Aws::Structure end  |