GetAuthorizationTokenResponse
public struct GetAuthorizationTokenResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of authorization token data objects that correspond to the registryIds values in the request.
Declaration
Swift
public let authorizationData: [AuthorizationData]? -
Undocumented
Declaration
Swift
public init(authorizationData: [AuthorizationData]? = nil)
View on GitHub
GetAuthorizationTokenResponse Structure Reference