Class: Aws::Types::AssociateDataSegmentEntry

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:



353
354
355
# File 'sig/types.rbs', line 353

def end_timestamp
  @end_timestamp
end

#source_dataset_id::String

Returns the value of attribute source_dataset_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def source_dataset_id
  @source_dataset_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def start_timestamp
  @start_timestamp
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def time_series_id
  @time_series_id
end