struct

Krikri::PluginHelpers::Ec2Key::KeyPair

Inherits Struct < Value < Object

Constructors

from_xml(item : XML::Node) : KeyPair

Older DescribeKeyPairs deployments spell the response without keyPairId/tagSet/keyType - tolerate them rather than crashing the parse.

Source
new(name : String, fingerprint : String, id : String, tags : Hash(String, String), key_type : String)
Source

Instance methods

clone
Source
copy_with(name _name = @name, fingerprint _fingerprint = @fingerprint, id _id = @id, tags _tags = @tags, key_type _key_type = @key_type)
Source
fingerprint
id
key_type
name
tags