ProjectDescription
public struct ProjectDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Unix timestamp for the date and time that the project was created.
Declaration
Swift
public let creationTimestamp: TimeStamp? -
The Amazon Resource Name (ARN) of the project.
Declaration
Swift
public let projectArn: String? -
The current status of the project.
Declaration
Swift
public let status: ProjectStatus? -
Undocumented
Declaration
Swift
public init(creationTimestamp: TimeStamp? = nil, projectArn: String? = nil, status: ProjectStatus? = nil)
View on GitHub
ProjectDescription Structure Reference