GetConfigRequest
public struct GetConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the client.
Declaration
Swift
public let clientArn: String
-
The client version.
Declaration
Swift
public let clientVersion: ClientVersion
-
A list of ARNs that identify the high-availability partition groups that are associated with the client.
Declaration
Swift
public let hapgList: [String]
-
Undocumented
Declaration
Swift
public init(clientArn: String, clientVersion: ClientVersion, hapgList: [String])
-
Declaration
Swift
public func validate(name: String) throws