Class: Aws::QuickSight::Types::ReferenceLineCustomLabelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReferenceLineCustomLabelConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration for a custom label on a ReferenceLine
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_label ⇒ String
The string text of the custom label.
Instance Attribute Details
#custom_label ⇒ String
The string text of the custom label.
24456 24457 24458 24459 24460 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24456 class ReferenceLineCustomLabelConfiguration < Struct.new( :custom_label) SENSITIVE = [] include Aws::Structure end |