RepositorySummary

public struct RepositorySummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID that manages the repository.

    Declaration

    Swift

    public let administratorAccount: String?
  • arn

    The ARN of the repository.

    Declaration

    Swift

    public let arn: String?
  • The description of the repository.

    Declaration

    Swift

    public let description: String?
  • The name of the domain that contains the repository.

    Declaration

    Swift

    public let domainName: String?
  • The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

    Declaration

    Swift

    public let domainOwner: String?
  • The name of the repository.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(administratorAccount: String? = nil, arn: String? = nil, description: String? = nil, domainName: String? = nil, domainOwner: String? = nil, name: String? = nil)