Class: Aws::Types::CustomClaimValidationType
- Inherits:
-
Object
- Object
- Aws::Types::CustomClaimValidationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizing_claim_match_value ⇒ Types::AuthorizingClaimMatchValueType
Returns the value of attribute authorizing_claim_match_value.
-
#inbound_token_claim_name ⇒ ::String
Returns the value of attribute inbound_token_claim_name.
-
#inbound_token_claim_value_type ⇒ "STRING", "STRING_ARRAY"
Returns the value of attribute inbound_token_claim_value_type.
Instance Attribute Details
#authorizing_claim_match_value ⇒ Types::AuthorizingClaimMatchValueType
Returns the value of attribute authorizing_claim_match_value.
120 121 122 |
# File 'sig/types.rbs', line 120 def @authorizing_claim_match_value end |
#inbound_token_claim_name ⇒ ::String
Returns the value of attribute inbound_token_claim_name.
118 119 120 |
# File 'sig/types.rbs', line 118 def inbound_token_claim_name @inbound_token_claim_name end |
#inbound_token_claim_value_type ⇒ "STRING", "STRING_ARRAY"
Returns the value of attribute inbound_token_claim_value_type.
119 120 121 |
# File 'sig/types.rbs', line 119 def inbound_token_claim_value_type @inbound_token_claim_value_type end |