Class: RightAws::Ec2::QEc2RunningInstancesItemType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2RunningInstancesItemType
- Defined in:
- lib/ec2/right_ec2.rb
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.
-
#keyName ⇒ Object
Returns the value of attribute keyName.
-
#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.
980 981 982 |
# File 'lib/ec2/right_ec2.rb', line 980 def amiLaunchIndex @amiLaunchIndex end |
#dnsName ⇒ Object
Returns the value of attribute dnsName.
976 977 978 |
# File 'lib/ec2/right_ec2.rb', line 976 def dnsName @dnsName end |
#imageId ⇒ Object
Returns the value of attribute imageId.
974 975 976 |
# File 'lib/ec2/right_ec2.rb', line 974 def imageId @imageId end |
#instanceId ⇒ Object
Returns the value of attribute instanceId.
973 974 975 |
# File 'lib/ec2/right_ec2.rb', line 973 def instanceId @instanceId end |
#instanceState ⇒ Object
Returns the value of attribute instanceState.
975 976 977 |
# File 'lib/ec2/right_ec2.rb', line 975 def instanceState @instanceState end |
#keyName ⇒ Object
Returns the value of attribute keyName.
979 980 981 |
# File 'lib/ec2/right_ec2.rb', line 979 def keyName @keyName end |
#privateDnsName ⇒ Object
Returns the value of attribute privateDnsName.
977 978 979 |
# File 'lib/ec2/right_ec2.rb', line 977 def privateDnsName @privateDnsName end |
#productCodes ⇒ Object
Returns the value of attribute productCodes.
981 982 983 |
# File 'lib/ec2/right_ec2.rb', line 981 def productCodes @productCodes end |
#reason ⇒ Object
Returns the value of attribute reason.
978 979 980 |
# File 'lib/ec2/right_ec2.rb', line 978 def reason @reason end |