Class: Aws::Types::SymmetricEncryptionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SymmetricEncryptionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
-
#mode ⇒ "ECB", ...
Returns the value of attribute mode.
-
#padding_type ⇒ "PKCS1", ...
Returns the value of attribute padding_type.
Instance Attribute Details
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
759 760 761 |
# File 'sig/types.rbs', line 759 def initialization_vector @initialization_vector end |
#mode ⇒ "ECB", ...
Returns the value of attribute mode.
758 759 760 |
# File 'sig/types.rbs', line 758 def mode @mode end |
#padding_type ⇒ "PKCS1", ...
Returns the value of attribute padding_type.
760 761 762 |
# File 'sig/types.rbs', line 760 def padding_type @padding_type end |