Class: Aws::Types::KeyUsagePropertyFlags
- Inherits:
-
Object
- Object
- Aws::Types::KeyUsagePropertyFlags
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decrypt ⇒ Boolean
Returns the value of attribute decrypt.
-
#key_agreement ⇒ Boolean
Returns the value of attribute key_agreement.
-
#sign ⇒ Boolean
Returns the value of attribute sign.
Instance Attribute Details
#decrypt ⇒ Boolean
Returns the value of attribute decrypt.
354 355 356 |
# File 'sig/types.rbs', line 354 def decrypt @decrypt end |
#key_agreement ⇒ Boolean
Returns the value of attribute key_agreement.
355 356 357 |
# File 'sig/types.rbs', line 355 def key_agreement @key_agreement end |
#sign ⇒ Boolean
Returns the value of attribute sign.
356 357 358 |
# File 'sig/types.rbs', line 356 def sign @sign end |