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