Class: Aws::Types::GenerateAs2805KekValidationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:random_key_send, :random_key_receive])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def key_check_value
  @key_check_value
end

#random_key_receive::String

Returns the value of attribute random_key_receive.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def random_key_receive
  @random_key_receive
end

#random_key_send::String

Returns the value of attribute random_key_send.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def random_key_send
  @random_key_send
end