Class: Aws::Types::AuthorizingClaimMatchValueType
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizingClaimMatchValueType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim_match_operator ⇒ "EQUALS", ...
Returns the value of attribute claim_match_operator.
-
#claim_match_value ⇒ Types::ClaimMatchValueType
Returns the value of attribute claim_match_value.
Instance Attribute Details
#claim_match_operator ⇒ "EQUALS", ...
Returns the value of attribute claim_match_operator.
60 61 62 |
# File 'sig/types.rbs', line 60 def claim_match_operator @claim_match_operator end |
#claim_match_value ⇒ Types::ClaimMatchValueType
Returns the value of attribute claim_match_value.
59 60 61 |
# File 'sig/types.rbs', line 59 def claim_match_value @claim_match_value end |