Class: Aws::Types::KeyPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key_material])

Instance Attribute Summary collapse

Instance Attribute Details

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


12668
12669
12670
# File 'sig/types.rbs', line 12668

def key_fingerprint
  @key_fingerprint
end

#key_material::String

Returns the value of attribute key_material.

Returns:

  • (::String)


12669
12670
12671
# File 'sig/types.rbs', line 12669

def key_material
  @key_material
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


12667
12668
12669
# File 'sig/types.rbs', line 12667

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


12665
12666
12667
# File 'sig/types.rbs', line 12665

def key_pair_id
  @key_pair_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12666
12667
12668
# File 'sig/types.rbs', line 12666

def tags
  @tags
end