ModifyLunaClientRequest
public struct ModifyLunaClientRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new certificate for the client.
Declaration
Swift
public let certificate: String
-
The ARN of the client.
Declaration
Swift
public let clientArn: String
-
Undocumented
Declaration
Swift
public init(certificate: String, clientArn: String)
-
Declaration
Swift
public func validate(name: String) throws