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.



1629
1630
1631
# File 'lib/ec2/ec2.rb', line 1629

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1628
1629
1630
# File 'lib/ec2/ec2.rb', line 1628

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1631
1632
1633
# File 'lib/ec2/ec2.rb', line 1631

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1630
1631
1632
# File 'lib/ec2/ec2.rb', line 1630

def ownerId
  @ownerId
end