Class: Aws::QuickSight::Types::RangeConstant
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RangeConstant
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a range constant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum ⇒ String
The maximum value for a range constant.
-
#minimum ⇒ String
The minimum value for a range constant.
Instance Attribute Details
#maximum ⇒ String
The maximum value for a range constant.
26482 26483 26484 26485 26486 26487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26482 class RangeConstant < Struct.new( :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ String
The minimum value for a range constant.
26482 26483 26484 26485 26486 26487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26482 class RangeConstant < Struct.new( :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |