Class: Aws::Types::VerifyPinDataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def encryption_key_arn
  @encryption_key_arn
end

#encryption_key_check_value::String

Returns the value of attribute encryption_key_check_value.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def encryption_key_check_value
  @encryption_key_check_value
end

#verification_key_arn::String

Returns the value of attribute verification_key_arn.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def verification_key_arn
  @verification_key_arn
end

#verification_key_check_value::String

Returns the value of attribute verification_key_check_value.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def verification_key_check_value
  @verification_key_check_value
end