Class: Aws::Types::GetLabelDetectionRequestMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GetLabelDetectionRequestMetadata
- 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.
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.
964 965 966 |
# File 'sig/types.rbs', line 964 def sort_by @sort_by end |