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)


28356
28357
28358
28359
28360
28361
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28356

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

#toFloat

The top bound of the range.

Returns:

  • (Float)


28356
28357
28358
28359
28360
28361
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28356

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