AWSIoTUpdateDimensionRequest

Objective-C

@interface AWSIoTUpdateDimensionRequest

Swift

class AWSIoTUpdateDimensionRequest
  • A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, “admin/#”).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable stringValues;

    Swift

    var stringValues: [String]? { get set }