Class: RightAws::Ec2::QEc2RunningInstancesItemType
- Defined in:
- lib/ec2/right_ec2.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#amiLaunchIndex ⇒ Object
Returns the value of attribute amiLaunchIndex.
-
#dnsName ⇒ Object
Returns the value of attribute dnsName.
-
#imageId ⇒ Object
Returns the value of attribute imageId.
-
#instanceId ⇒ Object
Returns the value of attribute instanceId.
-
#instanceState ⇒ Object
Returns the value of attribute instanceState.
-
#instanceType ⇒ Object
Returns the value of attribute instanceType.
-
#keyName ⇒ Object
Returns the value of attribute keyName.
-
#launchTime ⇒ Object
Returns the value of attribute launchTime.
-
#privateDnsName ⇒ Object
Returns the value of attribute privateDnsName.
-
#productCodes ⇒ Object
Returns the value of attribute productCodes.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#amiLaunchIndex ⇒ Object
Returns the value of attribute amiLaunchIndex.
1011 1012 1013 |
# File 'lib/ec2/right_ec2.rb', line 1011 def amiLaunchIndex @amiLaunchIndex end |
#dnsName ⇒ Object
Returns the value of attribute dnsName.
1007 1008 1009 |
# File 'lib/ec2/right_ec2.rb', line 1007 def dnsName @dnsName end |
#imageId ⇒ Object
Returns the value of attribute imageId.
1005 1006 1007 |
# File 'lib/ec2/right_ec2.rb', line 1005 def imageId @imageId end |
#instanceId ⇒ Object
Returns the value of attribute instanceId.
1004 1005 1006 |
# File 'lib/ec2/right_ec2.rb', line 1004 def instanceId @instanceId end |
#instanceState ⇒ Object
Returns the value of attribute instanceState.
1006 1007 1008 |
# File 'lib/ec2/right_ec2.rb', line 1006 def instanceState @instanceState end |
#instanceType ⇒ Object
Returns the value of attribute instanceType.
1013 1014 1015 |
# File 'lib/ec2/right_ec2.rb', line 1013 def instanceType @instanceType end |
#keyName ⇒ Object
Returns the value of attribute keyName.
1010 1011 1012 |
# File 'lib/ec2/right_ec2.rb', line 1010 def keyName @keyName end |
#launchTime ⇒ Object
Returns the value of attribute launchTime.
1014 1015 1016 |
# File 'lib/ec2/right_ec2.rb', line 1014 def launchTime @launchTime end |
#privateDnsName ⇒ Object
Returns the value of attribute privateDnsName.
1008 1009 1010 |
# File 'lib/ec2/right_ec2.rb', line 1008 def privateDnsName @privateDnsName end |
#productCodes ⇒ Object
Returns the value of attribute productCodes.
1012 1013 1014 |
# File 'lib/ec2/right_ec2.rb', line 1012 def productCodes @productCodes end |
#reason ⇒ Object
Returns the value of attribute reason.
1009 1010 1011 |
# File 'lib/ec2/right_ec2.rb', line 1009 def reason @reason end |