AWSAutoScalingMetricDimension

Objective-C

@interface AWSAutoScalingMetricDimension

Swift

class AWSAutoScalingMetricDimension

Describes the dimension of a metric.

Required parameters: [Name, Value]

  • The name of the dimension.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The value of the dimension.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }