Class: Aws::Types::MaximumMinimumComputation

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)


8435
8436
8437
# File 'sig/types.rbs', line 8435

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8436
8437
8438
# File 'sig/types.rbs', line 8436

def name
  @name
end

#timeTypes::DimensionField

Returns the value of attribute time.



8437
8438
8439
# File 'sig/types.rbs', line 8437

def time
  @time
end

#type"MAXIMUM", "MINIMUM"

Returns the value of attribute type.

Returns:

  • ("MAXIMUM", "MINIMUM")


8439
8440
8441
# File 'sig/types.rbs', line 8439

def type
  @type
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



8438
8439
8440
# File 'sig/types.rbs', line 8438

def value
  @value
end