Class: Aws::Types::EncryptDataOutput

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)


316
317
318
# File 'sig/types.rbs', line 316

def cipher_text
  @cipher_text
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def key_check_value
  @key_check_value
end