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.
25312 25313 25314 25315 25316 25317 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25312 class RangeConstant < Struct.new( :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ String
The minimum value for a range constant.
25312 25313 25314 25315 25316 25317 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25312 class RangeConstant < Struct.new( :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |