Class: RightAws::Ec2::QEc2DescribeInstancesType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2DescribeInstancesType
- Defined in:
- lib/ec2/right_ec2.rb
Instance Attribute Summary collapse
-
#groupSet ⇒ Object
Returns the value of attribute groupSet.
-
#instancesSet ⇒ Object
Returns the value of attribute instancesSet.
-
#ownerId ⇒ Object
Returns the value of attribute ownerId.
-
#reservationId ⇒ Object
Returns the value of attribute reservationId.
Instance Attribute Details
#groupSet ⇒ Object
Returns the value of attribute groupSet.
987 988 989 |
# File 'lib/ec2/right_ec2.rb', line 987 def groupSet @groupSet end |
#instancesSet ⇒ Object
Returns the value of attribute instancesSet.
988 989 990 |
# File 'lib/ec2/right_ec2.rb', line 988 def instancesSet @instancesSet end |
#ownerId ⇒ Object
Returns the value of attribute ownerId.
986 987 988 |
# File 'lib/ec2/right_ec2.rb', line 986 def ownerId @ownerId end |
#reservationId ⇒ Object
Returns the value of attribute reservationId.
985 986 987 |
# File 'lib/ec2/right_ec2.rb', line 985 def reservationId @reservationId end |