Class: Aws::Ec2::QEc2SecurityGroupItemType
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.
1410 1411 1412 |
# File 'lib/ec2/ec2.rb', line 1410 def groupDescription @groupDescription end |
#groupName ⇒ Object
Returns the value of attribute groupName.
1409 1410 1411 |
# File 'lib/ec2/ec2.rb', line 1409 def groupName @groupName end |
#ipPermissions ⇒ Object
Returns the value of attribute ipPermissions.
1412 1413 1414 |
# File 'lib/ec2/ec2.rb', line 1412 def ipPermissions @ipPermissions end |
#ownerId ⇒ Object
Returns the value of attribute ownerId.
1411 1412 1413 |
# File 'lib/ec2/ec2.rb', line 1411 def ownerId @ownerId end |