Class: Aws::Types::DisassociateDataSegmentEntry
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateDataSegmentEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute end_timestamp.
-
#source_dataset_id ⇒ ::String
Returns the value of attribute source_dataset_id.
-
#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.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def @end_timestamp end |
#source_dataset_id ⇒ ::String
Returns the value of attribute source_dataset_id.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def source_dataset_id @source_dataset_id end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def @start_timestamp end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def time_series_id @time_series_id end |