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)


11602
11603
11604
# File 'sig/types.rbs', line 11602

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11603
11604
11605
# File 'sig/types.rbs', line 11603

def name
  @name
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



11604
11605
11606
# File 'sig/types.rbs', line 11604

def value
  @value
end