Class: Aws::Types::AuthorizingClaimMatchValueType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claim_match_operator"EQUALS", ...

Returns the value of attribute claim_match_operator.

Returns:

  • ("EQUALS", "CONTAINS", "CONTAINS_ANY")


60
61
62
# File 'sig/types.rbs', line 60

def claim_match_operator
  @claim_match_operator
end

#claim_match_valueTypes::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