Class: Aws::QuickSight::Types::TopicIRComparisonMethod
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicIRComparisonMethod
- 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
-
#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
.
33570 33571 33572 33573 33574 33575 33576 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33570 class TopicIRComparisonMethod < Struct.new( :type, :period, :window_size) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the TopicIRComparisonMethod
.
33570 33571 33572 33573 33574 33575 33576 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33570 class TopicIRComparisonMethod < Struct.new( :type, :period, :window_size) SENSITIVE = [] include Aws::Structure end |
#window_size ⇒ Integer
The window size for the TopicIRComparisonMethod
.
33570 33571 33572 33573 33574 33575 33576 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33570 class TopicIRComparisonMethod < Struct.new( :type, :period, :window_size) SENSITIVE = [] include Aws::Structure end |