DescribeProjectResponse
public struct DescribeProjectResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the portal that the project is in.
Declaration
Swift
public let portalId: String -
The ARN of the project, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
Declaration
Swift
public let projectArn: String -
The date the project was created, in Unix epoch time.
Declaration
Swift
public let projectCreationDate: TimeStamp -
The project’s description.
Declaration
Swift
public let projectDescription: String? -
The ID of the project.
Declaration
Swift
public let projectId: String -
The date the project was last updated, in Unix epoch time.
Declaration
Swift
public let projectLastUpdateDate: TimeStamp -
The name of the project.
Declaration
Swift
public let projectName: String
View on GitHub
DescribeProjectResponse Structure Reference