ListPlacementsResponse
public struct ListPlacementsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
Declaration
Swift
public let nextToken: String?
-
An object listing the requested placements.
Declaration
Swift
public let placements: [PlacementSummary]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, placements: [PlacementSummary])