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.



1652
1653
1654
# File 'lib/ec2/ec2.rb', line 1652

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1651
1652
1653
# File 'lib/ec2/ec2.rb', line 1651

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1654
1655
1656
# File 'lib/ec2/ec2.rb', line 1654

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1653
1654
1655
# File 'lib/ec2/ec2.rb', line 1653

def ownerId
  @ownerId
end