Class: Aws::Types::WordCloudOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_layout"FLUID", "NORMAL"

Returns the value of attribute cloud_layout.

Returns:

  • ("FLUID", "NORMAL")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("LOWER_CASE", "EXISTING_CASE")


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.

Returns:

  • ("HORIZONTAL", "HORIZONTAL_AND_VERTICAL")


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.

Returns:

  • ("NONE", "SMALL", "MEDIUM", "LARGE")


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.

Returns:

  • ("EMPHASIZE", "NORMAL")


13221
13222
13223
# File 'sig/types.rbs', line 13221

def word_scaling
  @word_scaling
end