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)


8590
8591
8592
# File 'sig/types.rbs', line 8590

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8591
8592
8593
# File 'sig/types.rbs', line 8591

def name
  @name
end

#timeTypes::DimensionField

Returns the value of attribute time.



8592
8593
8594
# File 'sig/types.rbs', line 8592

def time
  @time
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



8593
8594
8595
# File 'sig/types.rbs', line 8593

def value
  @value
end