Class: RightAws::Ec2::QEc2TerminateInstancesResponseInfoType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2TerminateInstancesResponseInfoType
- Defined in:
- lib/ec2/right_ec2.rb
Instance Attribute Summary collapse
-
#instanceId ⇒ Object
Returns the value of attribute instanceId.
-
#previousState ⇒ Object
Returns the value of attribute previousState.
-
#shutdownState ⇒ Object
Returns the value of attribute shutdownState.
Instance Attribute Details
#instanceId ⇒ Object
Returns the value of attribute instanceId.
1094 1095 1096 |
# File 'lib/ec2/right_ec2.rb', line 1094 def instanceId @instanceId end |
#previousState ⇒ Object
Returns the value of attribute previousState.
1096 1097 1098 |
# File 'lib/ec2/right_ec2.rb', line 1096 def previousState @previousState end |
#shutdownState ⇒ Object
Returns the value of attribute shutdownState.
1095 1096 1097 |
# File 'lib/ec2/right_ec2.rb', line 1095 def shutdownState @shutdownState end |