Class: Aws::QuickSight::Types::TopicIRContributionAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicIRContributionAnalysis
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition for a TopicIRContributionAnalysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direction ⇒ String
The direction for the
TopicIRContributionAnalysis. -
#factors ⇒ Array<Types::ContributionAnalysisFactor>
The factors for a
TopicIRContributionAnalysis. -
#sort_type ⇒ String
The sort type for the
TopicIRContributionAnalysis. -
#time_ranges ⇒ Types::ContributionAnalysisTimeRanges
The time ranges for the
TopicIRContributionAnalysis.
Instance Attribute Details
#direction ⇒ String
The direction for the TopicIRContributionAnalysis.
43368 43369 43370 43371 43372 43373 43374 43375 |
# File 'lib/aws-sdk-quicksight/types.rb', line 43368 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#factors ⇒ Array<Types::ContributionAnalysisFactor>
The factors for a TopicIRContributionAnalysis.
43368 43369 43370 43371 43372 43373 43374 43375 |
# File 'lib/aws-sdk-quicksight/types.rb', line 43368 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#sort_type ⇒ String
The sort type for the TopicIRContributionAnalysis.
43368 43369 43370 43371 43372 43373 43374 43375 |
# File 'lib/aws-sdk-quicksight/types.rb', line 43368 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#time_ranges ⇒ Types::ContributionAnalysisTimeRanges
The time ranges for the TopicIRContributionAnalysis.
43368 43369 43370 43371 43372 43373 43374 43375 |
# File 'lib/aws-sdk-quicksight/types.rb', line 43368 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |