AWSIoTCreateThingResponse

Objective-C

@interface AWSIoTCreateThingResponse

Swift

class AWSIoTCreateThingResponse

The output of the CreateThing operation.

  • The ARN of the new thing.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var thingId: String? { get set }
  • The name of the new thing.

    Declaration

    Objective-C

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

    Swift

    var thingName: String? { get set }