AWSIoTDescribeThingGroupRequest

Objective-C

@interface AWSIoTDescribeThingGroupRequest

Swift

class AWSIoTDescribeThingGroupRequest
  • The name of the thing group.

    Declaration

    Objective-C

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

    Swift

    var thingGroupName: String? { get set }