Class: Aws::Ec2::QEc2UserIdGroupPairType

Inherits:
Object
  • Object
show all
Defined in:
lib/ec2/ec2.rb

Overview


PARSERS: Security Groups

Instance Attribute Summary collapse

Instance Attribute Details

#groupNameObject

Returns the value of attribute groupName.



1491
1492
1493
# File 'lib/ec2/ec2.rb', line 1491

def groupName
  @groupName
end

#userIdObject

:nodoc:



1490
1491
1492
# File 'lib/ec2/ec2.rb', line 1490

def userId
  @userId
end