AWSIoTTimestreamDimension
Objective-C
@interface AWSIoTTimestreamDimensionSwift
class AWSIoTTimestreamDimensionMetadata attributes of the time series that are written in each measure record.
Required parameters: [name, value]
- 
                  
                  The metadata dimension name. This is the name of the column in the Amazon Timestream database table record. Dimensions cannot be named: measure_name,measure_value, ortime. These names are reserved. Dimension names cannot start withts_ormeasure_valueand they cannot contain the colon (:) character.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable name;Swift var name: String? { get set }
- 
                  
                  The value to write in this column of the database record. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable value;Swift var value: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTTimestreamDimension Class Reference
        AWSIoTTimestreamDimension Class Reference