Class: Aws::Types::GrowthRateComputation

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)


6810
6811
6812
# File 'sig/types.rbs', line 6810

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6811
6812
6813
# File 'sig/types.rbs', line 6811

def name
  @name
end

#period_size::Integer

Returns the value of attribute period_size.

Returns:

  • (::Integer)


6814
6815
6816
# File 'sig/types.rbs', line 6814

def period_size
  @period_size
end

#timeTypes::DimensionField

Returns the value of attribute time.



6812
6813
6814
# File 'sig/types.rbs', line 6812

def time
  @time
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



6813
6814
6815
# File 'sig/types.rbs', line 6813

def value
  @value
end