ProjectSummary
public struct ProjectSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date the project was created, in Unix epoch time.
Declaration
Swift
public let creationDate: TimeStamp? -
The project’s description.
Declaration
Swift
public let description: String? -
The ID of the project.
Declaration
Swift
public let id: String -
The date the project was last updated, in Unix epoch time.
Declaration
Swift
public let lastUpdateDate: TimeStamp? -
The name of the project.
Declaration
Swift
public let name: String
View on GitHub
ProjectSummary Structure Reference