Class: Aws::BedrockAgentCoreControl::Types::AuthorizingClaimMatchValueType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#claim_match_operatorString

Defines the relationship between the claim field value and the value or values you're matching for.

Returns:

  • (String)


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_valueTypes::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