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.
23483 23484 23485 23486 23487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23483 class MinimumLabelType < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |