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`.
32108 32109 32110 32111 32112 32113 32114 32115 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32108 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#factors ⇒ Array<Types::ContributionAnalysisFactor>
The factors for a ‘TopicIRContributionAnalysis`.
32108 32109 32110 32111 32112 32113 32114 32115 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32108 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#sort_type ⇒ String
The sort type for the ‘TopicIRContributionAnalysis`.
32108 32109 32110 32111 32112 32113 32114 32115 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32108 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`.
32108 32109 32110 32111 32112 32113 32114 32115 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32108 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |