DeleteIndexFieldRequest
public struct DeleteIndexFieldRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let domainName: String
-
The name of the index field your want to remove from the domain’s indexing options.
Declaration
Swift
public let indexFieldName: String
-
Undocumented
Declaration
Swift
public init(domainName: String, indexFieldName: String)
-
Declaration
Swift
public func validate(name: String) throws