GetAuthorizationTokenRequest
public struct GetAuthorizationTokenRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain that is in scope for the generated authorization token.
Declaration
Swift
public let domain: 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 time, in seconds, that the generated authorization token is valid.
Declaration
Swift
public let durationSeconds: Int64?
-
Undocumented
Declaration
Swift
public init(domain: String, domainOwner: String? = nil, durationSeconds: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws