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.



1471
1472
1473
# File 'lib/ec2/ec2.rb', line 1471

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1470
1471
1472
# File 'lib/ec2/ec2.rb', line 1470

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1473
1474
1475
# File 'lib/ec2/ec2.rb', line 1473

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1472
1473
1474
# File 'lib/ec2/ec2.rb', line 1472

def ownerId
  @ownerId
end