Class: Aws::Types::DataSegmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def alias
  @alias
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:

  • ("STRING", "INTEGER", "DOUBLE", "BOOLEAN", "STRUCT", "VIDEO", "ANNOTATION", "JSON")


1200
1201
1202
# File 'sig/types.rbs', line 1200

def data_type
  @data_type
end

#end_timestampTypes::TimeInNanos

Returns the value of attribute end_timestamp.

Returns:



1198
1199
1200
# File 'sig/types.rbs', line 1198

def end_timestamp
  @end_timestamp
end

#enrichmentTypes::DataSegmentEnrichment

Returns the value of attribute enrichment.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def enrichment
  @enrichment
end

#source_dataset_id::String

Returns the value of attribute source_dataset_id.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def source_dataset_id
  @source_dataset_id
end

#start_timestampTypes::TimeInNanos

Returns the value of attribute start_timestamp.

Returns:



1197
1198
1199
# File 'sig/types.rbs', line 1197

def start_timestamp
  @start_timestamp
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def time_series_id
  @time_series_id
end