Class: Aws::Types::PeriodOverPeriodComputation

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)


8941
8942
8943
# File 'sig/types.rbs', line 8941

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8942
8943
8944
# File 'sig/types.rbs', line 8942

def name
  @name
end

#timeTypes::DimensionField

Returns the value of attribute time.



8943
8944
8945
# File 'sig/types.rbs', line 8943

def time
  @time
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



8944
8945
8946
# File 'sig/types.rbs', line 8944

def value
  @value
end