ProjectDescription
public struct ProjectDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the project.
Declaration
Swift
public let arn: String?
-
The date when the project was originally created, in UNIX epoch time format.
Declaration
Swift
public let createdDate: TimeStamp
-
The description of the project.
Declaration
Swift
public let description: String?
-
An object describing the project’s placement specifications.
Declaration
Swift
public let placementTemplate: PlacementTemplate?
-
The name of the project for which to obtain information from.
Declaration
Swift
public let projectName: String
-
The tags (metadata key/value pairs) associated with the project.
Declaration
Swift
public let tags: [String : String]?
-
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.
Declaration
Swift
public let updatedDate: TimeStamp
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdDate: TimeStamp, description: String? = nil, placementTemplate: PlacementTemplate? = nil, projectName: String, tags: [String : String]? = nil, updatedDate: TimeStamp)