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)


13005
13006
13007
# File 'sig/types.rbs', line 13005

def create_time
  @create_time
end

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


13007
13008
13009
# File 'sig/types.rbs', line 13007

def key_fingerprint
  @key_fingerprint
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


13006
13007
13008
# File 'sig/types.rbs', line 13006

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


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

def key_pair_id
  @key_pair_id
end

#key_type"rsa", "ed25519"

Returns the value of attribute key_type.

Returns:

  • ("rsa", "ed25519")


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

def key_type
  @key_type
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


13004
13005
13006
# File 'sig/types.rbs', line 13004

def public_key
  @public_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13003
13004
13005
# File 'sig/types.rbs', line 13003

def tags
  @tags
end