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