DescribePlacementRequest
public struct DescribePlacementRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the placement within a project.
Declaration
Swift
public let placementName: String -
The project containing the placement to be described.
Declaration
Swift
public let projectName: String -
Undocumented
Declaration
Swift
public init(placementName: String, projectName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribePlacementRequest Structure Reference