AWSIoTDescribeThingTypeRequest
Objective-C
@interface AWSIoTDescribeThingTypeRequest
Swift
class AWSIoTDescribeThingTypeRequest
The input for the DescribeThingType operation.
Required parameters: [thingTypeName]
-
The name of the thing type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeName;
Swift
var thingTypeName: String? { get set }