AWSIoTDescribeThingRequest

Objective-C

@interface AWSIoTDescribeThingRequest

Swift

class AWSIoTDescribeThingRequest

The input for the DescribeThing operation.

Required parameters: [thingName]

  • The name of the thing.

    Declaration

    Objective-C

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

    Swift

    var thingName: String? { get set }