UpdateIndexingConfigurationRequest
public struct UpdateIndexingConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Thing group indexing configuration.
Declaration
Swift
public let thingGroupIndexingConfiguration: ThingGroupIndexingConfiguration?
-
Thing indexing configuration.
Declaration
Swift
public let thingIndexingConfiguration: ThingIndexingConfiguration?
-
Undocumented
Declaration
Swift
public init(thingGroupIndexingConfiguration: ThingGroupIndexingConfiguration? = nil, thingIndexingConfiguration: ThingIndexingConfiguration? = nil)