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)


8915
8916
8917
# File 'sig/types.rbs', line 8915

def from
  @from
end

#to::Float

Returns the value of attribute to.

Returns:

  • (::Float)


8916
8917
8918
# File 'sig/types.rbs', line 8916

def to
  @to
end