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.
5639 5640 5641 5642 5643 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5639 class Parent < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |