Class: Aws::QuickSight::Types::PercentVisibleRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The percent range in the visible range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromFloat

The lower bound of the range.

Returns:

  • (Float)


21787
21788
21789
21790
21791
21792
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21787

class PercentVisibleRange < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end

#toFloat

The top bound of the range.

Returns:

  • (Float)


21787
21788
21789
21790
21791
21792
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21787

class PercentVisibleRange < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end