GetAuthorizationTokenRequest

public struct GetAuthorizationTokenRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of AWS account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.

    Declaration

    Swift

    public let registryIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(registryIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws