DescribeAutomationStepExecutionsResult
public struct DescribeAutomationStepExecutionsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  A list of details about the current state of all steps that make up an execution. DeclarationSwift public let stepExecutions: [StepExecution]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, stepExecutions: [StepExecution]? = nil)
 View on GitHub
View on GitHub DescribeAutomationStepExecutionsResult Structure Reference
        DescribeAutomationStepExecutionsResult Structure Reference