DefineIndexFieldRequest
public struct DefineIndexFieldRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let domainName: String
-
The index field and field options you want to configure.
Declaration
Swift
public let indexField: IndexField
-
Undocumented
Declaration
Swift
public init(domainName: String, indexField: IndexField)
-
Declaration
Swift
public func validate(name: String) throws