Class: Aws::Types::RelativeTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::RelativeTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_percentage ⇒ ::Integer
Returns the value of attribute end_percentage.
-
#first ⇒ ::Integer
Returns the value of attribute first.
-
#last ⇒ ::Integer
Returns the value of attribute last.
-
#start_percentage ⇒ ::Integer
Returns the value of attribute start_percentage.
Instance Attribute Details
#end_percentage ⇒ ::Integer
Returns the value of attribute end_percentage.
702 703 704 |
# File 'sig/types.rbs', line 702 def end_percentage @end_percentage end |
#first ⇒ ::Integer
Returns the value of attribute first.
703 704 705 |
# File 'sig/types.rbs', line 703 def first @first end |
#last ⇒ ::Integer
Returns the value of attribute last.
704 705 706 |
# File 'sig/types.rbs', line 704 def last @last end |
#start_percentage ⇒ ::Integer
Returns the value of attribute start_percentage.
701 702 703 |
# File 'sig/types.rbs', line 701 def start_percentage @start_percentage end |