Class: Aws::QuickSight::Types::RangeEndsLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RangeEndsLabelType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The range ends label type of a data path label.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility of the range ends label.
Instance Attribute Details
#visibility ⇒ String
The visibility of the range ends label.
25327 25328 25329 25330 25331 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25327 class RangeEndsLabelType < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |