Class: Aws::Types::KeyPairInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


12678
12679
12680
# File 'sig/types.rbs', line 12678

def create_time
  @create_time
end

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


12680
12681
12682
# File 'sig/types.rbs', line 12680

def key_fingerprint
  @key_fingerprint
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


12679
12680
12681
# File 'sig/types.rbs', line 12679

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


12674
12675
12676
# File 'sig/types.rbs', line 12674

def key_pair_id
  @key_pair_id
end

#key_type"rsa", "ed25519"

Returns the value of attribute key_type.

Returns:

  • ("rsa", "ed25519")


12675
12676
12677
# File 'sig/types.rbs', line 12675

def key_type
  @key_type
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


12677
12678
12679
# File 'sig/types.rbs', line 12677

def public_key
  @public_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12676
12677
12678
# File 'sig/types.rbs', line 12676

def tags
  @tags
end