Class: Aws::QuickSight::Types::TopicIRComparisonMethod
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicIRComparisonMethod
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition of a ‘TopicIRComparisonMethod`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#period ⇒ String
The period for the ‘TopicIRComparisonMethod`.
-
#type ⇒ String
The type for the ‘TopicIRComparisonMethod`.
-
#window_size ⇒ Integer
The window size for the ‘TopicIRComparisonMethod`.
Instance Attribute Details
#period ⇒ String
The period for the ‘TopicIRComparisonMethod`.
32080 32081 32082 32083 32084 32085 32086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32080 class TopicIRComparisonMethod < Struct.new( :type, :period, :window_size) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the ‘TopicIRComparisonMethod`.
32080 32081 32082 32083 32084 32085 32086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32080 class TopicIRComparisonMethod < Struct.new( :type, :period, :window_size) SENSITIVE = [] include Aws::Structure end |
#window_size ⇒ Integer
The window size for the ‘TopicIRComparisonMethod`.
32080 32081 32082 32083 32084 32085 32086 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32080 class TopicIRComparisonMethod < Struct.new( :type, :period, :window_size) SENSITIVE = [] include Aws::Structure end |