Class: Awsborn::Ec2::KeyPair

Inherits:
Struct
  • Object
show all
Defined in:
lib/awsborn/ec2.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



34
35
36
# File 'lib/awsborn/ec2.rb', line 34

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



34
35
36
# File 'lib/awsborn/ec2.rb', line 34

def path
  @path
end