Class: Aws::QuickSight::Types::TopicIRMetric

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

Overview

The definition for a TopicIRMetric.

Constant Summary collapse

SENSITIVE =
[:expression]

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_field_referencesArray<Types::Identifier>

The calculated field references for the TopicIRMetric.

Returns:



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#comparison_methodTypes::TopicIRComparisonMethod

The comparison method for the TopicIRMetric.



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#display_formatString

The display format for the TopicIRMetric.

Returns:

  • (String)


34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#display_format_optionsTypes::DisplayFormatOptions

A structure that represents additional options for display formatting.



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#expressionString

The expression for the TopicIRMetric.

Returns:

  • (String)


34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#functionTypes::AggFunction

The function for the TopicIRMetric.

Returns:



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#metric_idTypes::Identifier

The metric ID for the TopicIRMetric.

Returns:



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#named_entityTypes::NamedEntityRef

The named entity for the TopicIRMetric.



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#operandsArray<Types::Identifier>

The operands for the TopicIRMetric.

Returns:



34577
34578
34579
34580
34581
34582
34583
34584
34585
34586
34587
34588
34589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34577

class TopicIRMetric < Struct.new(
  :metric_id,
  :function,
  :operands,
  :comparison_method,
  :expression,
  :calculated_field_references,
  :display_format,
  :display_format_options,
  :named_entity)
  SENSITIVE = [:expression]
  include Aws::Structure
end