Class: Aws::Types::ContributionAnalysisTimeRanges
- Inherits:
-
Object
- Object
- Aws::Types::ContributionAnalysisTimeRanges
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_range ⇒ Types::TopicIRFilterOption
Returns the value of attribute end_range.
-
#start_range ⇒ Types::TopicIRFilterOption
Returns the value of attribute start_range.
Instance Attribute Details
#end_range ⇒ Types::TopicIRFilterOption
Returns the value of attribute end_range.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def end_range @end_range end |
#start_range ⇒ Types::TopicIRFilterOption
Returns the value of attribute start_range.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def start_range @start_range end |