Class: Aws::QuickSight::Types::TopicIRComparisonMethod

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

Overview

The definition of a TopicIRComparisonMethod.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#periodString

The period for the TopicIRComparisonMethod.

Returns:

  • (String)


36390
36391
36392
36393
36394
36395
36396
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36390

class TopicIRComparisonMethod < Struct.new(
  :type,
  :period,
  :window_size)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type for the TopicIRComparisonMethod.

Returns:

  • (String)


36390
36391
36392
36393
36394
36395
36396
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36390

class TopicIRComparisonMethod < Struct.new(
  :type,
  :period,
  :window_size)
  SENSITIVE = []
  include Aws::Structure
end

#window_sizeInteger

The window size for the TopicIRComparisonMethod.

Returns:

  • (Integer)


36390
36391
36392
36393
36394
36395
36396
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36390

class TopicIRComparisonMethod < Struct.new(
  :type,
  :period,
  :window_size)
  SENSITIVE = []
  include Aws::Structure
end