Class: Aws::Types::DataSegmentRelationshipSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSegmentRelationshipSummary
- 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.
-
#target_dataset_id ⇒ ::String
Returns the value of attribute target_dataset_id.
-
#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.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def @end_timestamp end |
#source_dataset_id ⇒ ::String
Returns the value of attribute source_dataset_id.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def source_dataset_id @source_dataset_id end |
#start_timestamp ⇒ Types::TimeInNanos
Returns the value of attribute start_timestamp.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def @start_timestamp end |
#target_dataset_id ⇒ ::String
Returns the value of attribute target_dataset_id.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def target_dataset_id @target_dataset_id end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def time_series_id @time_series_id end |