Class: Aws::QuickSight::Types::PercentVisibleRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PercentVisibleRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The percent range in the visible range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ Float
The lower bound of the range.
-
#to ⇒ Float
The top bound of the range.
Instance Attribute Details
#from ⇒ Float
The lower bound of the range.
22690 22691 22692 22693 22694 22695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22690 class PercentVisibleRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ Float
The top bound of the range.
22690 22691 22692 22693 22694 22695 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22690 class PercentVisibleRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |