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.



1742
1743
1744
# File 'lib/ec2/ec2.rb', line 1742

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1741
1742
1743
# File 'lib/ec2/ec2.rb', line 1741

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1744
1745
1746
# File 'lib/ec2/ec2.rb', line 1744

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1743
1744
1745
# File 'lib/ec2/ec2.rb', line 1743

def ownerId
  @ownerId
end