Class: Aws::Types::DeleteDataSegmentEntry

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:



1371
1372
1373
# File 'sig/types.rbs', line 1371

def end_timestamp
  @end_timestamp
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



1370
1371
1372
# File 'sig/types.rbs', line 1370

def start_timestamp
  @start_timestamp
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:



1369
1370
1371
# File 'sig/types.rbs', line 1369

def time_series_id
  @time_series_id
end