Class: Aws::Types::CustomClaimValidationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizing_claim_match_valueTypes::AuthorizingClaimMatchValueType

Returns the value of attribute authorizing_claim_match_value.



161
162
163
# File 'sig/types.rbs', line 161

def authorizing_claim_match_value
  @authorizing_claim_match_value
end

#inbound_token_claim_name::String

Returns the value of attribute inbound_token_claim_name.

Returns:

  • (::String)


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.

Returns:

  • ("STRING", "STRING_ARRAY")


160
161
162
# File 'sig/types.rbs', line 160

def inbound_token_claim_value_type
  @inbound_token_claim_value_type
end