Class: Aws::Rekognition::Types::Parent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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

Instance Attribute Details

#nameString

The name of the parent label.

Returns:

  • (String)


5614
5615
5616
5617
5618
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5614

class Parent < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end