CreateProjectResult
public struct CreateProjectResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the created project.
Declaration
Swift
public let arn: String
-
A user- or system-generated token that identifies the entity that requested project creation.
Declaration
Swift
public let clientRequestToken: String?
-
The ID of the project.
Declaration
Swift
public let id: String
-
Reserved for future use.
Declaration
Swift
public let projectTemplateId: String?
-
Undocumented
Declaration
Swift
public init(arn: String, clientRequestToken: String? = nil, id: String, projectTemplateId: String? = nil)