Class: Aws::Types::PrivateKeyFlagsV3
- Inherits:
-
Object
- Object
- Aws::Types::PrivateKeyFlagsV3
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_version ⇒ "WINDOWS_SERVER_2008", ...
Returns the value of attribute client_version.
-
#exportable_key ⇒ Boolean
Returns the value of attribute exportable_key.
-
#require_alternate_signature_algorithm ⇒ Boolean
Returns the value of attribute require_alternate_signature_algorithm.
-
#strong_key_protection_required ⇒ Boolean
Returns the value of attribute strong_key_protection_required.
Instance Attribute Details
#client_version ⇒ "WINDOWS_SERVER_2008", ...
Returns the value of attribute client_version.
466 467 468 |
# File 'sig/types.rbs', line 466 def client_version @client_version end |
#exportable_key ⇒ Boolean
Returns the value of attribute exportable_key.
467 468 469 |
# File 'sig/types.rbs', line 467 def exportable_key @exportable_key end |
#require_alternate_signature_algorithm ⇒ Boolean
Returns the value of attribute require_alternate_signature_algorithm.
468 469 470 |
# File 'sig/types.rbs', line 468 def require_alternate_signature_algorithm @require_alternate_signature_algorithm end |
#strong_key_protection_required ⇒ Boolean
Returns the value of attribute strong_key_protection_required.
469 470 471 |
# File 'sig/types.rbs', line 469 def strong_key_protection_required @strong_key_protection_required end |