Class: Aws::Types::GetContentModerationRequestMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GetContentModerationRequestMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_by ⇒ "TIMESTAMPS", "SEGMENTS"
Returns the value of attribute aggregate_by.
-
#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.
882 883 884 |
# File 'sig/types.rbs', line 882 def aggregate_by @aggregate_by end |
#sort_by ⇒ "NAME", "TIMESTAMP"
Returns the value of attribute sort_by.
881 882 883 |
# File 'sig/types.rbs', line 881 def sort_by @sort_by end |