Class: Aws::Types::MetricComparisonComputation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#computation_id::String

Returns the value of attribute computation_id.

Returns:

  • (::String)


8126
8127
8128
# File 'sig/types.rbs', line 8126

def computation_id
  @computation_id
end

#from_valueTypes::MeasureField

Returns the value of attribute from_value.

Returns:



8129
8130
8131
# File 'sig/types.rbs', line 8129

def from_value
  @from_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8127
8128
8129
# File 'sig/types.rbs', line 8127

def name
  @name
end

#target_valueTypes::MeasureField

Returns the value of attribute target_value.

Returns:



8130
8131
8132
# File 'sig/types.rbs', line 8130

def target_value
  @target_value
end

#timeTypes::DimensionField

Returns the value of attribute time.



8128
8129
8130
# File 'sig/types.rbs', line 8128

def time
  @time
end