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)


8096
8097
8098
# File 'sig/types.rbs', line 8096

def computation_id
  @computation_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8097
8098
8099
# File 'sig/types.rbs', line 8097

def name
  @name
end

#timeTypes::DimensionField

Returns the value of attribute time.



8098
8099
8100
# File 'sig/types.rbs', line 8098

def time
  @time
end

#type"MAXIMUM", "MINIMUM"

Returns the value of attribute type.

Returns:

  • ("MAXIMUM", "MINIMUM")


8100
8101
8102
# File 'sig/types.rbs', line 8100

def type
  @type
end

#valueTypes::MeasureField

Returns the value of attribute value.

Returns:



8099
8100
8101
# File 'sig/types.rbs', line 8099

def value
  @value
end