Class: Aws::Types::WordCloudOptions
- Inherits:
-
Object
- Object
- Aws::Types::WordCloudOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_layout ⇒ "FLUID", "NORMAL"
Returns the value of attribute cloud_layout.
-
#maximum_string_length ⇒ ::Integer
Returns the value of attribute maximum_string_length.
-
#word_casing ⇒ "LOWER_CASE", "EXISTING_CASE"
Returns the value of attribute word_casing.
-
#word_orientation ⇒ "HORIZONTAL", "HORIZONTAL_AND_VERTICAL"
Returns the value of attribute word_orientation.
-
#word_padding ⇒ "NONE", ...
Returns the value of attribute word_padding.
-
#word_scaling ⇒ "EMPHASIZE", "NORMAL"
Returns the value of attribute word_scaling.
Instance Attribute Details
#cloud_layout ⇒ "FLUID", "NORMAL"
Returns the value of attribute cloud_layout.
13691 13692 13693 |
# File 'sig/types.rbs', line 13691 def cloud_layout @cloud_layout end |
#maximum_string_length ⇒ ::Integer
Returns the value of attribute maximum_string_length.
13694 13695 13696 |
# File 'sig/types.rbs', line 13694 def maximum_string_length @maximum_string_length end |
#word_casing ⇒ "LOWER_CASE", "EXISTING_CASE"
Returns the value of attribute word_casing.
13692 13693 13694 |
# File 'sig/types.rbs', line 13692 def word_casing @word_casing end |
#word_orientation ⇒ "HORIZONTAL", "HORIZONTAL_AND_VERTICAL"
Returns the value of attribute word_orientation.
13689 13690 13691 |
# File 'sig/types.rbs', line 13689 def word_orientation @word_orientation end |
#word_padding ⇒ "NONE", ...
Returns the value of attribute word_padding.
13693 13694 13695 |
# File 'sig/types.rbs', line 13693 def word_padding @word_padding end |
#word_scaling ⇒ "EMPHASIZE", "NORMAL"
Returns the value of attribute word_scaling.
13690 13691 13692 |
# File 'sig/types.rbs', line 13690 def word_scaling @word_scaling end |