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.



1410
1411
1412
# File 'lib/ec2/ec2.rb', line 1410

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1409
1410
1411
# File 'lib/ec2/ec2.rb', line 1409

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1412
1413
1414
# File 'lib/ec2/ec2.rb', line 1412

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1411
1412
1413
# File 'lib/ec2/ec2.rb', line 1411

def ownerId
  @ownerId
end