Class: Aws::Types::IgnoreNearExpected

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

Defined Under Namespace

Classes: Amount, Ratio, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Float

Returns the value of attribute amount.

Returns:

  • (::Float)


436
437
438
# File 'sig/types.rbs', line 436

def amount
  @amount
end

#ratio::Float

Returns the value of attribute ratio.

Returns:

  • (::Float)


437
438
439
# File 'sig/types.rbs', line 437

def ratio
  @ratio
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


438
439
440
# File 'sig/types.rbs', line 438

def unknown
  @unknown
end