AWSIoTCreateDimensionResponse
Objective-C
@interface AWSIoTCreateDimensionResponse
Swift
class AWSIoTCreateDimensionResponse
-
The Amazon Resource Name (ARN) of the created dimension.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
A unique identifier for the dimension.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSIoTCreateDimensionResponse Class Reference