Class: Aws::QuickSight::Types::WordCloudOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The word cloud options for a word cloud visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_layout ⇒ String
The cloud layout options (fluid, normal) of a word cloud.
-
#maximum_string_length ⇒ Integer
The length limit of each word from 1-100.
-
#word_casing ⇒ String
The word casing options (lower_case, existing_case) for the words in a word cloud.
-
#word_orientation ⇒ String
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
-
#word_padding ⇒ String
The word padding options (none, small, medium, large) for the words in a word cloud.
-
#word_scaling ⇒ String
The word scaling options (emphasize, normal) for the words in a word cloud.
Instance Attribute Details
#cloud_layout ⇒ String
The cloud layout options (fluid, normal) of a word cloud.
38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38710 class WordCloudOptions < Struct.new( :word_orientation, :word_scaling, :cloud_layout, :word_casing, :word_padding, :maximum_string_length) SENSITIVE = [] include Aws::Structure end |
#maximum_string_length ⇒ Integer
The length limit of each word from 1-100.
38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38710 class WordCloudOptions < Struct.new( :word_orientation, :word_scaling, :cloud_layout, :word_casing, :word_padding, :maximum_string_length) SENSITIVE = [] include Aws::Structure end |
#word_casing ⇒ String
The word casing options (lower_case, existing_case) for the words in a word cloud.
38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38710 class WordCloudOptions < Struct.new( :word_orientation, :word_scaling, :cloud_layout, :word_casing, :word_padding, :maximum_string_length) SENSITIVE = [] include Aws::Structure end |
#word_orientation ⇒ String
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38710 class WordCloudOptions < Struct.new( :word_orientation, :word_scaling, :cloud_layout, :word_casing, :word_padding, :maximum_string_length) SENSITIVE = [] include Aws::Structure end |
#word_padding ⇒ String
The word padding options (none, small, medium, large) for the words in a word cloud.
38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38710 class WordCloudOptions < Struct.new( :word_orientation, :word_scaling, :cloud_layout, :word_casing, :word_padding, :maximum_string_length) SENSITIVE = [] include Aws::Structure end |
#word_scaling ⇒ String
The word scaling options (emphasize, normal) for the words in a word cloud.
38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 |
# File 'lib/aws-sdk-quicksight/types.rb', line 38710 class WordCloudOptions < Struct.new( :word_orientation, :word_scaling, :cloud_layout, :word_casing, :word_padding, :maximum_string_length) SENSITIVE = [] include Aws::Structure end |