Class: Aws::Types::TopicIRContributionAnalysis
- Inherits:
-
Object
- Object
- Aws::Types::TopicIRContributionAnalysis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direction ⇒ "INCREASE", ...
Returns the value of attribute direction.
-
#factors ⇒ ::Array[Types::ContributionAnalysisFactor]
Returns the value of attribute factors.
-
#sort_type ⇒ "ABSOLUTE_DIFFERENCE", ...
Returns the value of attribute sort_type.
-
#time_ranges ⇒ Types::ContributionAnalysisTimeRanges
Returns the value of attribute time_ranges.
Instance Attribute Details
#direction ⇒ "INCREASE", ...
Returns the value of attribute direction.
11379 11380 11381 |
# File 'sig/types.rbs', line 11379 def direction @direction end |
#factors ⇒ ::Array[Types::ContributionAnalysisFactor]
Returns the value of attribute factors.
11377 11378 11379 |
# File 'sig/types.rbs', line 11377 def factors @factors end |
#sort_type ⇒ "ABSOLUTE_DIFFERENCE", ...
Returns the value of attribute sort_type.
11380 11381 11382 |
# File 'sig/types.rbs', line 11380 def sort_type @sort_type end |
#time_ranges ⇒ Types::ContributionAnalysisTimeRanges
Returns the value of attribute time_ranges.
11378 11379 11380 |
# File 'sig/types.rbs', line 11378 def time_ranges @time_ranges end |