Class: Aws::Types::KeyPairCredentials

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_key, :private_key_passphrase])

Instance Attribute Summary collapse

Instance Attribute Details

#key_pair_username::String

Returns the value of attribute key_pair_username.

Returns:

  • (::String)


7340
7341
7342
# File 'sig/types.rbs', line 7340

def key_pair_username
  @key_pair_username
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


7341
7342
7343
# File 'sig/types.rbs', line 7341

def private_key
  @private_key
end

#private_key_passphrase::String

Returns the value of attribute private_key_passphrase.

Returns:

  • (::String)


7342
7343
7344
# File 'sig/types.rbs', line 7342

def private_key_passphrase
  @private_key_passphrase
end