Class: Aws::QuickSight::Types::FieldLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FieldLabelType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field label type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
Indicates the field that is targeted by the field label.
-
#visibility ⇒ String
The visibility of the field label.
Instance Attribute Details
#field_id ⇒ String
Indicates the field that is targeted by the field label.
15174 15175 15176 15177 15178 15179 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15174 class FieldLabelType < Struct.new( :field_id, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the field label.
15174 15175 15176 15177 15178 15179 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15174 class FieldLabelType < Struct.new( :field_id, :visibility) SENSITIVE = [] include Aws::Structure end |