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)


12407
12408
12409
# File 'sig/types.rbs', line 12407

def create_time
  @create_time
end

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


12409
12410
12411
# File 'sig/types.rbs', line 12409

def key_fingerprint
  @key_fingerprint
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


12408
12409
12410
# File 'sig/types.rbs', line 12408

def key_name
  @key_name
end

#key_pair_id::String

Returns the value of attribute key_pair_id.

Returns:

  • (::String)


12403
12404
12405
# File 'sig/types.rbs', line 12403

def key_pair_id
  @key_pair_id
end

#key_type"rsa", "ed25519"

Returns the value of attribute key_type.

Returns:

  • ("rsa", "ed25519")


12404
12405
12406
# File 'sig/types.rbs', line 12404

def key_type
  @key_type
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


12406
12407
12408
# File 'sig/types.rbs', line 12406

def public_key
  @public_key
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12405
12406
12407
# File 'sig/types.rbs', line 12405

def tags
  @tags
end