Class: Aws::Rekognition::Types::GetFaceLivenessSessionResultsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

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.

Returns:

  • (String)


3578
3579
3580
3581
3582
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3578

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