Class: Aws::Rekognition::Types::GetFaceLivenessSessionResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetFaceLivenessSessionResultsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
A unique 128-bit UUID.
Instance Attribute Details
#session_id ⇒ String
A unique 128-bit UUID. This is used to uniquely identify the session and also acts as an idempotency token for all operations associated with the session.
3591 3592 3593 3594 3595 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3591 class GetFaceLivenessSessionResultsRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |