Class: Aws::QuickSight::Types::MinimumLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MinimumLabelType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The minimum label of a data path label.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility of the minimum label.
Instance Attribute Details
#visibility ⇒ String
The visibility of the minimum label.
21385 21386 21387 21388 21389 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21385 class MinimumLabelType < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |