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)


12999
13000
13001
# File 'sig/types.rbs', line 12999

def create_time
  @create_time
end

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


13001
13002
13003
# File 'sig/types.rbs', line 13001

def key_fingerprint
  @key_fingerprint
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


13000
13001
13002
# File 'sig/types.rbs', line 13000

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


12995
12996
12997
# File 'sig/types.rbs', line 12995

def key_pair_id
  @key_pair_id
end

#key_type"rsa", "ed25519"

Returns the value of attribute key_type.

Returns:

  • ("rsa", "ed25519")


12996
12997
12998
# File 'sig/types.rbs', line 12996

def key_type
  @key_type
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


12998
12999
13000
# File 'sig/types.rbs', line 12998

def public_key
  @public_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12997
12998
12999
# File 'sig/types.rbs', line 12997

def tags
  @tags
end