Class: Aws::Ec2::QEc2SecurityGroupItemType

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#groupDescriptionObject

Returns the value of attribute groupDescription.



1508
1509
1510
# File 'lib/ec2/ec2.rb', line 1508

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1507
1508
1509
# File 'lib/ec2/ec2.rb', line 1507

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1510
1511
1512
# File 'lib/ec2/ec2.rb', line 1510

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1509
1510
1511
# File 'lib/ec2/ec2.rb', line 1509

def ownerId
  @ownerId
end