RepositoryNameIdPair

public struct RepositoryNameIdPair : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID associated with the repository.

    Declaration

    Swift

    public let repositoryId: String?
  • The name associated with the repository.

    Declaration

    Swift

    public let repositoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(repositoryId: String? = nil, repositoryName: String? = nil)