Class: Aws::Types::VerifyAuthRequestCryptogramOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_response_value])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_response_value::String

Returns the value of attribute auth_response_value.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def auth_response_value
  @auth_response_value
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def key_check_value
  @key_check_value
end