ProjectSummary
public struct ProjectSummary : 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 name of the project being summarized.
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