DescribeSuggestersRequest
public struct DescribeSuggestersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
Declaration
Swift
public let deployed: Bool? -
The name of the domain you want to describe.
Declaration
Swift
public let domainName: String -
The suggesters you want to describe.
Declaration
Swift
public let suggesterNames: [String]? -
Undocumented
Declaration
Swift
public init(deployed: Bool? = nil, domainName: String, suggesterNames: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeSuggestersRequest Structure Reference