ProjectSummary

public struct ProjectSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the project.

    Declaration

    Swift

    public let projectArn: String?
  • The ID of the project.

    Declaration

    Swift

    public let projectId: String?
  • Undocumented

    Declaration

    Swift

    public init(projectArn: String? = nil, projectId: String? = nil)