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)


8465
8466
8467
# File 'sig/types.rbs', line 8465

def computation_id
  @computation_id
end

#from_valueTypes::MeasureField

Returns the value of attribute from_value.

Returns:



8468
8469
8470
# File 'sig/types.rbs', line 8468

def from_value
  @from_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8466
8467
8468
# File 'sig/types.rbs', line 8466

def name
  @name
end

#target_valueTypes::MeasureField

Returns the value of attribute target_value.

Returns:



8469
8470
8471
# File 'sig/types.rbs', line 8469

def target_value
  @target_value
end

#timeTypes::DimensionField

Returns the value of attribute time.



8467
8468
8469
# File 'sig/types.rbs', line 8467

def time
  @time
end