Class: Aws::Types::KeyPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def private_key
  @private_key
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


2914
2915
2916
# File 'sig/types.rbs', line 2914

def public_key
  @public_key
end