Class: Aws::BedrockAgentCoreControl::Types::AuthorizingClaimMatchValueType
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::AuthorizingClaimMatchValueType
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Defines the value or values to match for and the relationship of the match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#claim_match_operator ⇒ String
Defines the relationship between the claim field value and the value or values you're matching for.
-
#claim_match_value ⇒ Types::ClaimMatchValueType
The value or values to match for.
Instance Attribute Details
#claim_match_operator ⇒ String
Defines the relationship between the claim field value and the value or values you're matching for.
547 548 549 550 551 552 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 547 class AuthorizingClaimMatchValueType < Struct.new( :claim_match_value, :claim_match_operator) SENSITIVE = [] include Aws::Structure end |
#claim_match_value ⇒ Types::ClaimMatchValueType
The value or values to match for.
547 548 549 550 551 552 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 547 class AuthorizingClaimMatchValueType < Struct.new( :claim_match_value, :claim_match_operator) SENSITIVE = [] include Aws::Structure end |