Class: Aws::Types::DeleteDataSegmentEntry
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSegmentEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
-
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
Instance Attribute Details
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def @end_timestamp end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def @start_timestamp end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def time_series_id @time_series_id end |