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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


44580
44581
44582
44583
44584
44585
44586
# File 'lib/aws-sdk-quicksight/types.rb', line 44580

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

#typeString

The type for the TopicIRComparisonMethod.

Returns:

  • (String)


44580
44581
44582
44583
44584
44585
44586
# File 'lib/aws-sdk-quicksight/types.rb', line 44580

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

#window_sizeInteger

The window size for the TopicIRComparisonMethod.

Returns:

  • (Integer)


44580
44581
44582
44583
44584
44585
44586
# File 'lib/aws-sdk-quicksight/types.rb', line 44580

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