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.
65 66 67 |
# File 'sig/types.rbs', line 65 def match_value_string @match_value_string end |
#match_value_string_list ⇒ ::Array[::String]
Returns the value of attribute match_value_string_list.
66 67 68 |
# File 'sig/types.rbs', line 66 def match_value_string_list @match_value_string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
67 68 69 |
# File 'sig/types.rbs', line 67 def unknown @unknown end |