Class: Aws::Types::GetLabelDetectionRequestMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_by"TIMESTAMPS", "SEGMENTS"

Returns the value of attribute aggregate_by.

Returns:

  • ("TIMESTAMPS", "SEGMENTS")


965
966
967
# File 'sig/types.rbs', line 965

def aggregate_by
  @aggregate_by
end

#sort_by"NAME", "TIMESTAMP"

Returns the value of attribute sort_by.

Returns:

  • ("NAME", "TIMESTAMP")


964
965
966
# File 'sig/types.rbs', line 964

def sort_by
  @sort_by
end