Class: Aws::Types::KeyPairCredentials
- Inherits:
-
Object
- Object
- Aws::Types::KeyPairCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_pair_username ⇒ ::String
Returns the value of attribute key_pair_username.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#private_key_passphrase ⇒ ::String
Returns the value of attribute private_key_passphrase.
Instance Attribute Details
#key_pair_username ⇒ ::String
Returns the value of attribute key_pair_username.
7074 7075 7076 |
# File 'sig/types.rbs', line 7074 def key_pair_username @key_pair_username end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
7075 7076 7077 |
# File 'sig/types.rbs', line 7075 def private_key @private_key end |
#private_key_passphrase ⇒ ::String
Returns the value of attribute private_key_passphrase.
7076 7077 7078 |
# File 'sig/types.rbs', line 7076 def private_key_passphrase @private_key_passphrase end |