CreateProjectResponse

public struct CreateProjectResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.

    Declaration

    Swift

    public let projectArn: String?
  • Undocumented

    Declaration

    Swift

    public init(projectArn: String? = nil)