Class: Aws::Types::GetContentModerationRequest

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")


876
877
878
# File 'sig/types.rbs', line 876

def aggregate_by
  @aggregate_by
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def job_id
  @job_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


873
874
875
# File 'sig/types.rbs', line 873

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def next_token
  @next_token
end

#sort_by"NAME", "TIMESTAMP"

Returns the value of attribute sort_by.

Returns:

  • ("NAME", "TIMESTAMP")


875
876
877
# File 'sig/types.rbs', line 875

def sort_by
  @sort_by
end