Class: Aws::Rekognition::Types::Versions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Versions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Object specifying the acceptable range of challenge versions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum ⇒ String
The desired maximum version for the challenge.
-
#minimum ⇒ String
The desired minimum version for the challenge.
Instance Attribute Details
#maximum ⇒ String
The desired maximum version for the challenge.
8331 8332 8333 8334 8335 8336 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8331 class Versions < Struct.new( :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ String
The desired minimum version for the challenge.
8331 8332 8333 8334 8335 8336 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8331 class Versions < Struct.new( :minimum, :maximum) SENSITIVE = [] include Aws::Structure end |