DescribeAssociationExecutionTargetsResult
public struct DescribeAssociationExecutionTargetsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the execution.
Declaration
Swift
public let associationExecutionTargets: [AssociationExecutionTarget]? -
The token for the next set of items to return. Use this token to get the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(associationExecutionTargets: [AssociationExecutionTarget]? = nil, nextToken: String? = nil)
View on GitHub
DescribeAssociationExecutionTargetsResult Structure Reference