Class: RightAws::Ec2::QEc2UserIdGroupPairType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2UserIdGroupPairType
- Defined in:
- lib/ec2/right_ec2.rb
Overview
PARSERS: Security Groups
Instance Attribute Summary collapse
-
#groupName ⇒ Object
Returns the value of attribute groupName.
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Attribute Details
#groupName ⇒ Object
Returns the value of attribute groupName.
814 815 816 |
# File 'lib/ec2/right_ec2.rb', line 814 def groupName @groupName end |
#userId ⇒ Object
Returns the value of attribute userId.
813 814 815 |
# File 'lib/ec2/right_ec2.rb', line 813 def userId @userId end |