Class: Aws::Types::CreateFaceLivenessSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFaceLivenessSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#settings ⇒ Types::CreateFaceLivenessSessionRequestSettings
Returns the value of attribute settings.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
242 243 244 |
# File 'sig/types.rbs', line 242 def client_request_token @client_request_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def kms_key_id @kms_key_id end |
#settings ⇒ Types::CreateFaceLivenessSessionRequestSettings
Returns the value of attribute settings.
241 242 243 |
# File 'sig/types.rbs', line 241 def settings @settings end |