RegistrySummary

public struct RegistrySummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the registry.

    Declaration

    Swift

    public let registryArn: String?
  • The name of the registry.

    Declaration

    Swift

    public let registryName: String?
  • Tags associated with the registry.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(registryArn: String? = nil, registryName: String? = nil, tags: [String : String]? = nil)