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.
11769 11770 11771 |
# File 'sig/types.rbs', line 11769 def direction @direction end |
#factors ⇒ ::Array[Types::ContributionAnalysisFactor]
Returns the value of attribute factors.
11767 11768 11769 |
# File 'sig/types.rbs', line 11767 def factors @factors end |
#sort_type ⇒ "ABSOLUTE_DIFFERENCE", ...
Returns the value of attribute sort_type.
11770 11771 11772 |
# File 'sig/types.rbs', line 11770 def sort_type @sort_type end |
#time_ranges ⇒ Types::ContributionAnalysisTimeRanges
Returns the value of attribute time_ranges.
11768 11769 11770 |
# File 'sig/types.rbs', line 11768 def time_ranges @time_ranges end |