Class: Aws::Types::ReEncryptDataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cipher_text])

Instance Attribute Summary collapse

Instance Attribute Details

#cipher_text::String

Returns the value of attribute cipher_text.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def cipher_text
  @cipher_text
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def key_check_value
  @key_check_value
end