AWSIoTCreateDynamicThingGroupResponse

Objective-C

@interface AWSIoTCreateDynamicThingGroupResponse

Swift

class AWSIoTCreateDynamicThingGroupResponse
  • The dynamic thing group index name.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var queryVersion: String? { get set }
  • The dynamic thing group ARN.

    Declaration

    Objective-C

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

    Swift

    var thingGroupArn: String? { get set }
  • The dynamic thing group ID.

    Declaration

    Objective-C

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

    Swift

    var thingGroupId: String? { get set }
  • The dynamic thing group name.

    Declaration

    Objective-C

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

    Swift

    var thingGroupName: String? { get set }