Class: Aws::Types::Cipher
- Inherits:
-
Object
- Object
- Aws::Types::Cipher
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
143 144 145 |
# File 'sig/types.rbs', line 143 def priority @priority end |