Class: Aws::Types::ClaimMatchValueType
- Inherits:
-
Object
- Object
- Aws::Types::ClaimMatchValueType
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MatchValueString, MatchValueStringList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_value_string ⇒ ::String
Returns the value of attribute match_value_string.
-
#match_value_string_list ⇒ ::Array[::String]
Returns the value of attribute match_value_string_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#match_value_string ⇒ ::String
Returns the value of attribute match_value_string.
103 104 105 |
# File 'sig/types.rbs', line 103 def match_value_string @match_value_string end |
#match_value_string_list ⇒ ::Array[::String]
Returns the value of attribute match_value_string_list.
104 105 106 |
# File 'sig/types.rbs', line 104 def match_value_string_list @match_value_string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
105 106 107 |
# File 'sig/types.rbs', line 105 def unknown @unknown end |