CreateProjectResponse
public struct CreateProjectResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the project, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
Declaration
Swift
public let projectArn: String -
The ID of the project.
Declaration
Swift
public let projectId: String -
Undocumented
Declaration
Swift
public init(projectArn: String, projectId: String)
View on GitHub
CreateProjectResponse Structure Reference