Class: Aws::Types::EncryptDataInput
- Inherits:
-
Object
- Object
- Aws::Types::EncryptDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_attributes ⇒ Types::EncryptionDecryptionAttributes
Returns the value of attribute encryption_attributes.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#plain_text ⇒ ::String
Returns the value of attribute plain_text.
-
#wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute wrapped_key.
Instance Attribute Details
#encryption_attributes ⇒ Types::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.
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.
307 308 309 |
# File 'sig/types.rbs', line 307 def plain_text @plain_text end |
#wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute wrapped_key.
309 310 311 |
# File 'sig/types.rbs', line 309 def wrapped_key @wrapped_key end |