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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


7076
7077
7078
# File 'sig/types.rbs', line 7076

def private_key_passphrase
  @private_key_passphrase
end