AWSIoTCreateCustomMetricResponse

Objective-C

@interface AWSIoTCreateCustomMetricResponse

Swift

class AWSIoTCreateCustomMetricResponse
  • The Amazon Resource Number (ARN) of the custom metric. For example, arn:aws-partition:iot:region:accountId:custommetric/metricName

    Declaration

    Objective-C

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

    Swift

    var metricArn: String? { get set }
  • The name of the custom metric to be used in the metric report.

    Declaration

    Objective-C

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

    Swift

    var metricName: String? { get set }