CreatePlacementRequest
public struct CreatePlacementRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
Declaration
Swift
public let attributes: [String : String]?
-
The name of the placement to be created.
Declaration
Swift
public let placementName: String
-
The name of the project in which to create the placement.
Declaration
Swift
public let projectName: String
-
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, placementName: String, projectName: String)
-
Declaration
Swift
public func validate(name: String) throws