Class: Aws::QuickSight::Types::VisibleRangeOptions

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

Overview

The range options for the data zoom scroll bar.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#percent_rangeTypes::PercentVisibleRange

The percent range in the visible range.



34543
34544
34545
34546
34547
# File 'lib/aws-sdk-quicksight/types.rb', line 34543

class VisibleRangeOptions < Struct.new(
  :percent_range)
  SENSITIVE = []
  include Aws::Structure
end