DescribeAssociationExecutionsResult
public struct DescribeAssociationExecutionsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  A list of the executions for the specified association ID. DeclarationSwift public let associationExecutions: [AssociationExecution]?
- 
                  
                  The token for the next set of items to return. Use this token to get the next set of results. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(associationExecutions: [AssociationExecution]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub DescribeAssociationExecutionsResult Structure Reference
        DescribeAssociationExecutionsResult Structure Reference