Class: Aws::Types::ImportKeyPairRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_pair_name::String

Returns the value of attribute key_pair_name.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def key_pair_name
  @key_pair_name
end

#public_key_base_64::String

Returns the value of attribute public_key_base_64.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def public_key_base_64
  @public_key_base_64
end