UpdatePlacementRequest
public struct UpdatePlacementRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
Declaration
Swift
public let attributes: [String : String]?
-
The name of the placement to update.
Declaration
Swift
public let placementName: String
-
The name of the project containing the placement to be updated.
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