Class: Aws::QuickSight::Types::TopicIRContributionAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicIRContributionAnalysis
- Defined in:
- gems/aws-sdk-quicksight/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
.
33598 33599 33600 33601 33602 33603 33604 33605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33598 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#factors ⇒ Array<Types::ContributionAnalysisFactor>
The factors for a TopicIRContributionAnalysis
.
33598 33599 33600 33601 33602 33603 33604 33605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33598 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |
#sort_type ⇒ String
The sort type for the TopicIRContributionAnalysis
.
33598 33599 33600 33601 33602 33603 33604 33605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33598 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
.
33598 33599 33600 33601 33602 33603 33604 33605 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33598 class TopicIRContributionAnalysis < Struct.new( :factors, :time_ranges, :direction, :sort_type) SENSITIVE = [] include Aws::Structure end |