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")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("LOWER_CASE", "EXISTING_CASE")


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.

Returns:

  • ("HORIZONTAL", "HORIZONTAL_AND_VERTICAL")


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.

Returns:

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


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.

Returns:

  • ("EMPHASIZE", "NORMAL")


13690
13691
13692
# File 'sig/types.rbs', line 13690

def word_scaling
  @word_scaling
end