Class: Aws::QuickSight::Types::TopicIRGroupBy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The definition for a TopicIRGroupBy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_formatString

The display format for the TopicIRGroupBy.

Returns:

  • (String)


40035
40036
40037
40038
40039
40040
40041
40042
40043
40044
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40035

class TopicIRGroupBy < Struct.new(
  :field_name,
  :time_granularity,
  :sort,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = []
  include Aws::Structure
end

#display_format_optionsTypes::DisplayFormatOptions

A structure that represents additional options for display formatting.



40035
40036
40037
40038
40039
40040
40041
40042
40043
40044
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40035

class TopicIRGroupBy < Struct.new(
  :field_name,
  :time_granularity,
  :sort,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = []
  include Aws::Structure
end

#field_nameTypes::Identifier

The field name for the TopicIRGroupBy.

Returns:



40035
40036
40037
40038
40039
40040
40041
40042
40043
40044
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40035

class TopicIRGroupBy < Struct.new(
  :field_name,
  :time_granularity,
  :sort,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = []
  include Aws::Structure
end

#named_entityTypes::NamedEntityRef

The named entity for the TopicIRGroupBy.



40035
40036
40037
40038
40039
40040
40041
40042
40043
40044
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40035

class TopicIRGroupBy < Struct.new(
  :field_name,
  :time_granularity,
  :sort,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::TopicSortClause

The sort for the TopicIRGroupBy.



40035
40036
40037
40038
40039
40040
40041
40042
40043
40044
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40035

class TopicIRGroupBy < Struct.new(
  :field_name,
  :time_granularity,
  :sort,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = []
  include Aws::Structure
end

#time_granularityString

The time granularity for the TopicIRGroupBy.

Returns:

  • (String)


40035
40036
40037
40038
40039
40040
40041
40042
40043
40044
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40035

class TopicIRGroupBy < Struct.new(
  :field_name,
  :time_granularity,
  :sort,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = []
  include Aws::Structure
end