Class: Aws::Ec2::QEc2UserIdGroupPairType
- Inherits:
-
Object
- Object
- Aws::Ec2::QEc2UserIdGroupPairType
- Defined in:
- lib/ec2/ec2.rb
Overview
PARSERS: Security Groups
Instance Attribute Summary collapse
-
#groupName ⇒ Object
Returns the value of attribute groupName.
-
#userId ⇒ Object
:nodoc:.
Instance Attribute Details
#groupName ⇒ Object
Returns the value of attribute groupName.
1503 1504 1505 |
# File 'lib/ec2/ec2.rb', line 1503 def groupName @groupName end |
#userId ⇒ Object
:nodoc:
1502 1503 1504 |
# File 'lib/ec2/ec2.rb', line 1502 def userId @userId end |