Class: Aws::Types::Metric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


3061
3062
3063
# File 'sig/types.rbs', line 3061

def expression
  @expression
end

#processing_configTypes::MetricProcessingConfig

Returns the value of attribute processing_config.



3064
3065
3066
# File 'sig/types.rbs', line 3064

def processing_config
  @processing_config
end

#variables::Array[Types::ExpressionVariable]

Returns the value of attribute variables.

Returns:



3062
3063
3064
# File 'sig/types.rbs', line 3062

def variables
  @variables
end

#windowTypes::MetricWindow

Returns the value of attribute window.

Returns:



3063
3064
3065
# File 'sig/types.rbs', line 3063

def window
  @window
end