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)


6544
6545
6546
# File 'sig/types.rbs', line 6544

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6545
6546
6547
# File 'sig/types.rbs', line 6545

def name
  @name
end

#period_size::Integer

Returns the value of attribute period_size.

Returns:

  • (::Integer)


6548
6549
6550
# File 'sig/types.rbs', line 6548

def period_size
  @period_size
end

#timeTypes::DimensionField

Returns the value of attribute time.



6546
6547
6548
# File 'sig/types.rbs', line 6546

def time
  @time
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



6547
6548
6549
# File 'sig/types.rbs', line 6547

def value
  @value
end