Class: Aws::Types::CustomizedMetricSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Array[Types::MetricDimension]

Returns the value of attribute dimensions.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def metric_name
  @metric_name
end

#metrics::Array[Types::TargetTrackingMetricDataQuery]

Returns the value of attribute metrics.



366
367
368
# File 'sig/types.rbs', line 366

def metrics
  @metrics
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def namespace
  @namespace
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


365
366
367
# File 'sig/types.rbs', line 365

def period
  @period
end

#statistic"Average", ...

Returns the value of attribute statistic.

Returns:

  • ("Average", "Minimum", "Maximum", "SampleCount", "Sum")


363
364
365
# File 'sig/types.rbs', line 363

def statistic
  @statistic
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def unit
  @unit
end