ProjectSummary

public struct ProjectSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the project.

    Declaration

    Swift

    public let name: String?
  • Unique project identifier.

    Declaration

    Swift

    public let projectId: String?
  • Undocumented

    Declaration

    Swift

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