Class: Awsborn::Ec2::KeyPair
- Inherits:
-
Struct
- Object
- Struct
- Awsborn::Ec2::KeyPair
- Defined in:
- lib/awsborn/ec2.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/awsborn/ec2.rb', line 28 def name @name end |
#path ⇒ Object
Returns the value of attribute path
28 29 30 |
# File 'lib/awsborn/ec2.rb', line 28 def path @path end |