Class: Aws::Types::ImportKeyPairResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


11415
11416
11417
# File 'sig/types.rbs', line 11415

def key_fingerprint
  @key_fingerprint
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


11416
11417
11418
# File 'sig/types.rbs', line 11416

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


11417
11418
11419
# File 'sig/types.rbs', line 11417

def key_pair_id
  @key_pair_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11418
11419
11420
# File 'sig/types.rbs', line 11418

def tags
  @tags
end