AWSIoTUpdateDynamicThingGroupRequest

Objective-C

@interface AWSIoTUpdateDynamicThingGroupRequest

Swift

class AWSIoTUpdateDynamicThingGroupRequest
  • The expected version of the dynamic thing group to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable expectedVersion;

    Swift

    var expectedVersion: NSNumber? { get set }
  • The dynamic thing group index to update.

    Currently one index is supported: AWS_Things.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • The dynamic thing group search query string to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryString;

    Swift

    var queryString: String? { get set }
  • The dynamic thing group query version to update.

    Currently one query version is supported: “2017-09-30”. If not specified, the query version defaults to this value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryVersion;

    Swift

    var queryVersion: String? { get set }
  • The name of the dynamic thing group to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupName;

    Swift

    var thingGroupName: String? { get set }
  • The dynamic thing group properties to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTThingGroupProperties *_Nullable thingGroupProperties;

    Swift

    var thingGroupProperties: AWSIoTThingGroupProperties? { get set }