Class: Aws::Rekognition::Types::GetCelebrityInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetCelebrityInfoRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID for the celebrity.
Instance Attribute Details
#id ⇒ String
The ID for the celebrity. You get the celebrity ID from a call to the RecognizeCelebrities operation, which recognizes celebrities in an image.
3249 3250 3251 3252 3253 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3249 class GetCelebrityInfoRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |