Class: Aws::Types::PrivateKeyAttributesV2
- Inherits:
-
Object
- Object
- Aws::Types::PrivateKeyAttributesV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crypto_providers ⇒ ::Array[::String]
Returns the value of attribute crypto_providers.
-
#key_spec ⇒ "KEY_EXCHANGE", "SIGNATURE"
Returns the value of attribute key_spec.
-
#minimal_key_length ⇒ ::Integer
Returns the value of attribute minimal_key_length.
Instance Attribute Details
#crypto_providers ⇒ ::Array[::String]
Returns the value of attribute crypto_providers.
434 435 436 |
# File 'sig/types.rbs', line 434 def crypto_providers @crypto_providers end |
#key_spec ⇒ "KEY_EXCHANGE", "SIGNATURE"
Returns the value of attribute key_spec.
435 436 437 |
# File 'sig/types.rbs', line 435 def key_spec @key_spec end |
#minimal_key_length ⇒ ::Integer
Returns the value of attribute minimal_key_length.
436 437 438 |
# File 'sig/types.rbs', line 436 def minimal_key_length @minimal_key_length end |