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.



120
121
122
# File 'sig/types.rbs', line 120

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)


118
119
120
# File 'sig/types.rbs', line 118

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")


119
120
121
# File 'sig/types.rbs', line 119

def inbound_token_claim_value_type
  @inbound_token_claim_value_type
end