Class: Aws::QuickSight::Types::RangeEndsLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RangeEndsLabelType
- Defined in:
- gems/aws-sdk-quicksight/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.
26881 26882 26883 26884 26885 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26881 class RangeEndsLabelType < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |