Class: Aws::Rekognition::Types::Parent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Parent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
A parent label for a label. A label can have 0, 1, or more parents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the parent label.
Instance Attribute Details
#name ⇒ String
The name of the parent label.
5691 5692 5693 5694 5695 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5691 class Parent < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |