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.
521 522 523 |
# File 'sig/types.rbs', line 521 def comparison_operator @comparison_operator end |
#match_criteria ⇒ Types::MatchCriteria
Returns the value of attribute match_criteria.
520 521 522 |
# File 'sig/types.rbs', line 520 def match_criteria @match_criteria end |
#name ⇒ ::String
Returns the value of attribute name.
516 517 518 |
# File 'sig/types.rbs', line 516 def name @name end |
#proficiency_level ⇒ ::Float
Returns the value of attribute proficiency_level.
518 519 520 |
# File 'sig/types.rbs', line 518 def proficiency_level @proficiency_level end |
#range ⇒ Types::Range
Returns the value of attribute range.
519 520 521 |
# File 'sig/types.rbs', line 519 def range @range end |
#value ⇒ ::String
Returns the value of attribute value.
517 518 519 |
# File 'sig/types.rbs', line 517 def value @value end |