Class: Aws::QuickSight::Types::MaximumLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MaximumLabelType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The maximum label of a data path label.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility of the maximum label.
Instance Attribute Details
#visibility ⇒ String
The visibility of the maximum label.
22379 22380 22381 22382 22383 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22379 class MaximumLabelType < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |