ProjectDetails
public struct ProjectDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Website URL for this project in the AWS Mobile Hub console.
Declaration
Swift
public let consoleUrl: String? -
Date the project was created.
Declaration
Swift
public let createdDate: TimeStamp? -
Date of the last modification of the project.
Declaration
Swift
public let lastUpdatedDate: TimeStamp? -
Undocumented
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public let projectId: String? -
Undocumented
Declaration
Swift
public let region: String? -
Undocumented
Declaration
Swift
public let resources: [Resource]? -
Undocumented
Declaration
Swift
public let state: ProjectState? -
Undocumented
Declaration
Swift
public init(consoleUrl: String? = nil, createdDate: TimeStamp? = nil, lastUpdatedDate: TimeStamp? = nil, name: String? = nil, projectId: String? = nil, region: String? = nil, resources: [Resource]? = nil, state: ProjectState? = nil)
View on GitHub
ProjectDetails Structure Reference