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.
161 162 163 |
# File 'sig/types.rbs', line 161 def @authorizing_claim_match_value end |
#inbound_token_claim_name ⇒ ::String
Returns the value of attribute inbound_token_claim_name.
159 160 161 |
# File 'sig/types.rbs', line 159 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.
160 161 162 |
# File 'sig/types.rbs', line 160 def inbound_token_claim_value_type @inbound_token_claim_value_type end |