AWSIoTCreateDimensionResponse

Objective-C

@interface AWSIoTCreateDimensionResponse

Swift

class AWSIoTCreateDimensionResponse
  • arn

    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 }