Class: Aws::Types::InsightTimeRange
- Inherits:
-
Object
- Object
- Aws::Types::InsightTimeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::Integer
Returns the value of attribute from.
-
#to ⇒ ::Integer
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::Integer
Returns the value of attribute from.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def from @from end |
#to ⇒ ::Integer
Returns the value of attribute to.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def to @to end |