DescribeAutomationExecutionsResult
public struct DescribeAutomationExecutionsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The list of details about each automation execution which has occurred which matches the filter specification, if any. DeclarationSwift public let automationExecutionMetadataList: [AutomationExecutionMetadata]?
- 
                  
                  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?
- 
                  
                  Undocumented DeclarationSwift public init(automationExecutionMetadataList: [AutomationExecutionMetadata]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub DescribeAutomationExecutionsResult Structure Reference
        DescribeAutomationExecutionsResult Structure Reference