Class: Aws::Rekognition::Types::GetContentModerationRequestMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetContentModerationRequestMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Contains metadata about a content moderation request, including the SortBy and AggregateBy options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_by ⇒ String
The aggregation method chosen for a GetContentModeration request.
-
#sort_by ⇒ String
The sorting method chosen for a GetContentModeration request.
Instance Attribute Details
#aggregate_by ⇒ String
The aggregation method chosen for a GetContentModeration request.
3422 3423 3424 3425 3426 3427 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3422 class GetContentModerationRequestMetadata < Struct.new( :sort_by, :aggregate_by) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The sorting method chosen for a GetContentModeration request.
3422 3423 3424 3425 3426 3427 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3422 class GetContentModerationRequestMetadata < Struct.new( :sort_by, :aggregate_by) SENSITIVE = [] include Aws::Structure end |