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.
13222 13223 13224 |
# File 'sig/types.rbs', line 13222 def cloud_layout @cloud_layout end |
#maximum_string_length ⇒ ::Integer
Returns the value of attribute maximum_string_length.
13225 13226 13227 |
# File 'sig/types.rbs', line 13225 def maximum_string_length @maximum_string_length end |
#word_casing ⇒ "LOWER_CASE", "EXISTING_CASE"
Returns the value of attribute word_casing.
13223 13224 13225 |
# File 'sig/types.rbs', line 13223 def word_casing @word_casing end |
#word_orientation ⇒ "HORIZONTAL", "HORIZONTAL_AND_VERTICAL"
Returns the value of attribute word_orientation.
13220 13221 13222 |
# File 'sig/types.rbs', line 13220 def word_orientation @word_orientation end |
#word_padding ⇒ "NONE", ...
Returns the value of attribute word_padding.
13224 13225 13226 |
# File 'sig/types.rbs', line 13224 def word_padding @word_padding end |
#word_scaling ⇒ "EMPHASIZE", "NORMAL"
Returns the value of attribute word_scaling.
13221 13222 13223 |
# File 'sig/types.rbs', line 13221 def word_scaling @word_scaling end |