Class: Aws::Types::PrivateKeyFlagsV2
- Inherits:
-
Object
- Object
- Aws::Types::PrivateKeyFlagsV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_version ⇒ "WINDOWS_SERVER_2003", ...
Returns the value of attribute client_version.
-
#exportable_key ⇒ Boolean
Returns the value of attribute exportable_key.
-
#strong_key_protection_required ⇒ Boolean
Returns the value of attribute strong_key_protection_required.
Instance Attribute Details
#client_version ⇒ "WINDOWS_SERVER_2003", ...
Returns the value of attribute client_version.
459 460 461 |
# File 'sig/types.rbs', line 459 def client_version @client_version end |
#exportable_key ⇒ Boolean
Returns the value of attribute exportable_key.
460 461 462 |
# File 'sig/types.rbs', line 460 def exportable_key @exportable_key end |
#strong_key_protection_required ⇒ Boolean
Returns the value of attribute strong_key_protection_required.
461 462 463 |
# File 'sig/types.rbs', line 461 def strong_key_protection_required @strong_key_protection_required end |