Class: Aws::Types::PercentVisibleRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::Float

Returns the value of attribute from.

Returns:

  • (::Float)


8564
8565
8566
# File 'sig/types.rbs', line 8564

def from
  @from
end

#to::Float

Returns the value of attribute to.

Returns:

  • (::Float)


8565
8566
8567
# File 'sig/types.rbs', line 8565

def to
  @to
end