Class: Aws::QuickSight::Types::WordCloudOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_layoutString

The cloud layout options (fluid, normal) of a word cloud.

Returns:

  • (String)


34029
34030
34031
34032
34033
34034
34035
34036
34037
34038
# File 'lib/aws-sdk-quicksight/types.rb', line 34029

class WordCloudOptions < Struct.new(
  :word_orientation,
  :word_scaling,
  :cloud_layout,
  :word_casing,
  :word_padding,
  :maximum_string_length)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_string_lengthInteger

The length limit of each word from 1-100.

Returns:

  • (Integer)


34029
34030
34031
34032
34033
34034
34035
34036
34037
34038
# File 'lib/aws-sdk-quicksight/types.rb', line 34029

class WordCloudOptions < Struct.new(
  :word_orientation,
  :word_scaling,
  :cloud_layout,
  :word_casing,
  :word_padding,
  :maximum_string_length)
  SENSITIVE = []
  include Aws::Structure
end

#word_casingString

The word casing options (lower_case, existing_case) for the words in a word cloud.

Returns:

  • (String)


34029
34030
34031
34032
34033
34034
34035
34036
34037
34038
# File 'lib/aws-sdk-quicksight/types.rb', line 34029

class WordCloudOptions < Struct.new(
  :word_orientation,
  :word_scaling,
  :cloud_layout,
  :word_casing,
  :word_padding,
  :maximum_string_length)
  SENSITIVE = []
  include Aws::Structure
end

#word_orientationString

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

Returns:

  • (String)


34029
34030
34031
34032
34033
34034
34035
34036
34037
34038
# File 'lib/aws-sdk-quicksight/types.rb', line 34029

class WordCloudOptions < Struct.new(
  :word_orientation,
  :word_scaling,
  :cloud_layout,
  :word_casing,
  :word_padding,
  :maximum_string_length)
  SENSITIVE = []
  include Aws::Structure
end

#word_paddingString

The word padding options (none, small, medium, large) for the words in a word cloud.

Returns:

  • (String)


34029
34030
34031
34032
34033
34034
34035
34036
34037
34038
# File 'lib/aws-sdk-quicksight/types.rb', line 34029

class WordCloudOptions < Struct.new(
  :word_orientation,
  :word_scaling,
  :cloud_layout,
  :word_casing,
  :word_padding,
  :maximum_string_length)
  SENSITIVE = []
  include Aws::Structure
end

#word_scalingString

The word scaling options (emphasize, normal) for the words in a word cloud.

Returns:

  • (String)


34029
34030
34031
34032
34033
34034
34035
34036
34037
34038
# File 'lib/aws-sdk-quicksight/types.rb', line 34029

class WordCloudOptions < Struct.new(
  :word_orientation,
  :word_scaling,
  :cloud_layout,
  :word_casing,
  :word_padding,
  :maximum_string_length)
  SENSITIVE = []
  include Aws::Structure
end