Class: Aws::Types::GetContentModerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContentModerationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_by ⇒ "TIMESTAMPS", "SEGMENTS"
Returns the value of attribute aggregate_by.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "NAME", "TIMESTAMP"
Returns the value of attribute sort_by.
Instance Attribute Details
#aggregate_by ⇒ "TIMESTAMPS", "SEGMENTS"
Returns the value of attribute aggregate_by.
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.
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.
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.
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.
875 876 877 |
# File 'sig/types.rbs', line 875 def sort_by @sort_by end |