Class: Aws::Types::CreateFaceLivenessSessionRequestSettings
- Inherits:
-
Object
- Object
- Aws::Types::CreateFaceLivenessSessionRequestSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_images_limit ⇒ ::Integer
Returns the value of attribute audit_images_limit.
-
#challenge_preferences ⇒ ::Array[Types::ChallengePreference]
Returns the value of attribute challenge_preferences.
-
#output_config ⇒ Types::LivenessOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#audit_images_limit ⇒ ::Integer
Returns the value of attribute audit_images_limit.
248 249 250 |
# File 'sig/types.rbs', line 248 def audit_images_limit @audit_images_limit end |
#challenge_preferences ⇒ ::Array[Types::ChallengePreference]
Returns the value of attribute challenge_preferences.
249 250 251 |
# File 'sig/types.rbs', line 249 def challenge_preferences @challenge_preferences end |
#output_config ⇒ Types::LivenessOutputConfig
Returns the value of attribute output_config.
247 248 249 |
# File 'sig/types.rbs', line 247 def output_config @output_config end |