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:



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

def end_timestamp
  @end_timestamp
end

#source_dataset_id::String

Returns the value of attribute source_dataset_id.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def source_dataset_id
  @source_dataset_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



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

def start_timestamp
  @start_timestamp
end

#target_dataset_id::String

Returns the value of attribute target_dataset_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

def time_series_id
  @time_series_id
end