Class: Aws::Types::TotalAggregationComputation

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)


11992
11993
11994
# File 'sig/types.rbs', line 11992

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11993
11994
11995
# File 'sig/types.rbs', line 11993

def name
  @name
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



11994
11995
11996
# File 'sig/types.rbs', line 11994

def value
  @value
end