Class: Aws::Ec2::QEc2SecurityGroupItemType

Inherits:
Object
  • Object
show all
Defined in:
lib/ec2/right_ec2.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#groupDescriptionObject

Returns the value of attribute groupDescription.



1291
1292
1293
# File 'lib/ec2/right_ec2.rb', line 1291

def groupDescription
  @groupDescription
end

#groupNameObject

Returns the value of attribute groupName.



1290
1291
1292
# File 'lib/ec2/right_ec2.rb', line 1290

def groupName
  @groupName
end

#ipPermissionsObject

Returns the value of attribute ipPermissions.



1293
1294
1295
# File 'lib/ec2/right_ec2.rb', line 1293

def ipPermissions
  @ipPermissions
end

#ownerIdObject

Returns the value of attribute ownerId.



1292
1293
1294
# File 'lib/ec2/right_ec2.rb', line 1292

def ownerId
  @ownerId
end