Class: Aws::Types::EncryptDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:plain_text])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_attributesTypes::EncryptionDecryptionAttributes

Returns the value of attribute encryption_attributes.



308
309
310
# File 'sig/types.rbs', line 308

def encryption_attributes
  @encryption_attributes
end

#key_identifier::String

Returns the value of attribute key_identifier.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def key_identifier
  @key_identifier
end

#plain_text::String

Returns the value of attribute plain_text.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def plain_text
  @plain_text
end

#wrapped_keyTypes::WrappedKey

Returns the value of attribute wrapped_key.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def wrapped_key
  @wrapped_key
end