PlacementDescription
public struct PlacementDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user-defined attributes associated with the placement.
Declaration
Swift
public let attributes: [String : String]
-
The date when the placement was initially created, in UNIX epoch time format.
Declaration
Swift
public let createdDate: TimeStamp
-
The name of the placement.
Declaration
Swift
public let placementName: String
-
The name of the project containing the placement.
Declaration
Swift
public let projectName: String
-
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.
Declaration
Swift
public let updatedDate: TimeStamp