AWSIoTDescribeThingGroupResponse

Objective-C

@interface AWSIoTDescribeThingGroupResponse

Swift

class AWSIoTDescribeThingGroupResponse
  • 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 status.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTDynamicGroupStatus status;

    Swift

    var status: AWSIoTDynamicGroupStatus { get set }
  • The thing group ARN.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var thingGroupId: String? { get set }
  • Thing group metadata.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTThingGroupMetadata *_Nullable thingGroupMetadata;

    Swift

    var thingGroupMetadata: AWSIoTThingGroupMetadata? { get set }
  • The name of the thing group.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var thingGroupProperties: AWSIoTThingGroupProperties? { get set }
  • The version of the thing group.

    Declaration

    Objective-C

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

    Swift

    var version: NSNumber? { get set }