AWSIoTListThingsRequest
Objective-C
@interface AWSIoTListThingsRequest
Swift
class AWSIoTListThingsRequest
The input for the ListThings operation.
-
The attribute name used to search for things.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;Swift
var attributeName: String? { get set } -
The attribute value used to search for things.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeValue;Swift
var attributeValue: String? { get set } -
The maximum number of results to return in this operation.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The name of the thing type used to search for things.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeName;Swift
var thingTypeName: String? { get set } -
When
true, the action returns the thing resources with attribute values that start with theattributeValueprovided.When
false, or not present, the action returns only the thing resources with attribute values that match the entireattributeValueprovided.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable usePrefixAttributeValue;Swift
var usePrefixAttributeValue: NSNumber? { get set }
View on GitHub
Install in Dash
AWSIoTListThingsRequest Class Reference