ListConstraintsForPortfolioOutput
public struct ListConstraintsForPortfolioOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the constraints.
Declaration
Swift
public let constraintDetails: [ConstraintDetail]?
-
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
Declaration
Swift
public let nextPageToken: String?
-
Undocumented
Declaration
Swift
public init(constraintDetails: [ConstraintDetail]? = nil, nextPageToken: String? = nil)