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)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def expression
  @expression
end

#processing_configTypes::MetricProcessingConfig

Returns the value of attribute processing_config.



3074
3075
3076
# File 'sig/types.rbs', line 3074

def processing_config
  @processing_config
end

#variables::Array[Types::ExpressionVariable]

Returns the value of attribute variables.

Returns:



3072
3073
3074
# File 'sig/types.rbs', line 3072

def variables
  @variables
end

#windowTypes::MetricWindow

Returns the value of attribute window.

Returns:



3073
3074
3075
# File 'sig/types.rbs', line 3073

def window
  @window
end