Class: Aws::Types::DataSegmentRelationshipSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTypes::TimeInNanos

Returns the value of attribute end_timestamp.

Returns:



1193
1194
1195
# File 'sig/types.rbs', line 1193

def end_timestamp
  @end_timestamp
end

#source_dataset_id::String

Returns the value of attribute source_dataset_id.

Returns:



1190
1191
1192
# File 'sig/types.rbs', line 1190

def source_dataset_id
  @source_dataset_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



1192
1193
1194
# File 'sig/types.rbs', line 1192

def start_timestamp
  @start_timestamp
end

#target_dataset_id::String

Returns the value of attribute target_dataset_id.

Returns:



1189
1190
1191
# File 'sig/types.rbs', line 1189

def target_dataset_id
  @target_dataset_id
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:



1191
1192
1193
# File 'sig/types.rbs', line 1191

def time_series_id
  @time_series_id
end