Class: Aws::Types::GenerateAuthRequestCryptogramOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:auth_request_cryptogram])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_request_cryptogram::String

Returns the value of attribute auth_request_cryptogram.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def auth_request_cryptogram
  @auth_request_cryptogram
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def key_check_value
  @key_check_value
end