AWSIoTListDimensionsResponse
Objective-C
@interface AWSIoTListDimensionsResponse
Swift
class AWSIoTListDimensionsResponse
-
A list of the names of the defined dimensions. Use
DescribeDimensionto get details for a dimension.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable dimensionNames;Swift
var dimensionNames: [String]? { get set } -
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSIoTListDimensionsResponse Class Reference