Class: Aws::Rekognition::Types::LabelAlias

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

A potential alias of for a given label.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of an alias for a given label.

Returns:

  • (String)


4734
4735
4736
4737
4738
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4734

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