Class: Aws::Rekognition::Types::LabelAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::LabelAlias
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
A potential alias of for a given label.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of an alias for a given label.
Instance Attribute Details
#name ⇒ String
The name of an alias for a given label.
4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4747 class LabelAlias < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |