Class: Aws::Types::AttributeCondition
- Inherits:
-
Object
- Object
- Aws::Types::AttributeCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ ::String
Returns the value of attribute comparison_operator.
-
#match_criteria ⇒ Types::MatchCriteria
Returns the value of attribute match_criteria.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#proficiency_level ⇒ ::Float
Returns the value of attribute proficiency_level.
-
#range ⇒ Types::Range
Returns the value of attribute range.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparison_operator ⇒ ::String
Returns the value of attribute comparison_operator.
528 529 530 |
# File 'sig/types.rbs', line 528 def comparison_operator @comparison_operator end |
#match_criteria ⇒ Types::MatchCriteria
Returns the value of attribute match_criteria.
527 528 529 |
# File 'sig/types.rbs', line 527 def match_criteria @match_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
523 524 525 |
# File 'sig/types.rbs', line 523 def name @name end |
#proficiency_level ⇒ ::Float
Returns the value of attribute proficiency_level.
525 526 527 |
# File 'sig/types.rbs', line 525 def proficiency_level @proficiency_level end |
#range ⇒ Types::Range
Returns the value of attribute range.
526 527 528 |
# File 'sig/types.rbs', line 526 def range @range end |
#value ⇒ ::String
Returns the value of attribute value.
524 525 526 |
# File 'sig/types.rbs', line 524 def value @value end |