Class: Aws::Types::StatisticModelResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_value::Float

Returns the value of attribute actual_value.

Returns:

  • (::Float)


7367
7368
7369
# File 'sig/types.rbs', line 7367

def actual_value
  @actual_value
end

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


7368
7369
7370
# File 'sig/types.rbs', line 7368

def date
  @date
end

#inclusion_annotation"INCLUDE", "EXCLUDE"

Returns the value of attribute inclusion_annotation.

Returns:

  • ("INCLUDE", "EXCLUDE")


7369
7370
7371
# File 'sig/types.rbs', line 7369

def inclusion_annotation
  @inclusion_annotation
end

#lower_bound::Float

Returns the value of attribute lower_bound.

Returns:

  • (::Float)


7364
7365
7366
# File 'sig/types.rbs', line 7364

def lower_bound
  @lower_bound
end

#predicted_value::Float

Returns the value of attribute predicted_value.

Returns:

  • (::Float)


7366
7367
7368
# File 'sig/types.rbs', line 7366

def predicted_value
  @predicted_value
end

#upper_bound::Float

Returns the value of attribute upper_bound.

Returns:

  • (::Float)


7365
7366
7367
# File 'sig/types.rbs', line 7365

def upper_bound
  @upper_bound
end