Class: Aws::Types::MetricV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_filters::Array[Types::MetricFilterV2]

Returns the value of attribute metric_filters.

Returns:



5725
5726
5727
# File 'sig/types.rbs', line 5725

def metric_filters
  @metric_filters
end

#metric_id::String

Returns the value of attribute metric_id.

Returns:

  • (::String)


5724
5725
5726
# File 'sig/types.rbs', line 5724

def metric_id
  @metric_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5722
5723
5724
# File 'sig/types.rbs', line 5722

def name
  @name
end

#threshold::Array[Types::ThresholdV2]

Returns the value of attribute threshold.

Returns:



5723
5724
5725
# File 'sig/types.rbs', line 5723

def threshold
  @threshold
end