Class: Aws::QuickSight::Types::WordCloudFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells of a word cloud visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#word_cloud_aggregated_field_wells ⇒ Types::WordCloudAggregatedFieldWells
The aggregated field wells of a word cloud.
Instance Attribute Details
#word_cloud_aggregated_field_wells ⇒ Types::WordCloudAggregatedFieldWells
The aggregated field wells of a word cloud.
37097 37098 37099 37100 37101 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37097 class WordCloudFieldWells < Struct.new( :word_cloud_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |