Class: Aws::Types::PointOfInterest
- Inherits:
-
Object
- Object
- Aws::Types::PointOfInterest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
-
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
Instance Attribute Details
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
78 79 80 |
# File 'sig/types.rbs', line 78 def begin_offset_millis @begin_offset_millis end |
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
79 80 81 |
# File 'sig/types.rbs', line 79 def end_offset_millis @end_offset_millis end |