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)


4722
4723
4724
4725
4726
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4722

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