Class: Aws::Connect::Types::Range
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Range
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
An Object to define the minimum and maximum proficiency levels.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_proficiency_level ⇒ Float
The maximum proficiency level of the range.
-
#min_proficiency_level ⇒ Float
The minimum proficiency level of the range.
Instance Attribute Details
#max_proficiency_level ⇒ Float
The maximum proficiency level of the range.
24583 24584 24585 24586 24587 24588 |
# File 'lib/aws-sdk-connect/types.rb', line 24583 class Range < Struct.new( :min_proficiency_level, :max_proficiency_level) SENSITIVE = [] include Aws::Structure end |
#min_proficiency_level ⇒ Float
The minimum proficiency level of the range.
24583 24584 24585 24586 24587 24588 |
# File 'lib/aws-sdk-connect/types.rb', line 24583 class Range < Struct.new( :min_proficiency_level, :max_proficiency_level) SENSITIVE = [] include Aws::Structure end |