Class: Aws::Ec2::QEc2SecurityGroupItemType
- Defined in:
- lib/ec2/right_ec2.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#groupDescription ⇒ Object
Returns the value of attribute groupDescription.
-
#groupName ⇒ Object
Returns the value of attribute groupName.
-
#ipPermissions ⇒ Object
Returns the value of attribute ipPermissions.
-
#ownerId ⇒ Object
Returns the value of attribute ownerId.
Instance Attribute Details
#groupDescription ⇒ Object
Returns the value of attribute groupDescription.
1371 1372 1373 |
# File 'lib/ec2/right_ec2.rb', line 1371 def groupDescription @groupDescription end |
#groupName ⇒ Object
Returns the value of attribute groupName.
1370 1371 1372 |
# File 'lib/ec2/right_ec2.rb', line 1370 def groupName @groupName end |
#ipPermissions ⇒ Object
Returns the value of attribute ipPermissions.
1373 1374 1375 |
# File 'lib/ec2/right_ec2.rb', line 1373 def ipPermissions @ipPermissions end |
#ownerId ⇒ Object
Returns the value of attribute ownerId.
1372 1373 1374 |
# File 'lib/ec2/right_ec2.rb', line 1372 def ownerId @ownerId end |