Class: Aws::Ec2::QEc2SecurityGroupItemType
- Inherits:
-
Object
- Object
- Aws::Ec2::QEc2SecurityGroupItemType
- Defined in:
- lib/ec2/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.
1520 1521 1522 |
# File 'lib/ec2/ec2.rb', line 1520 def groupDescription @groupDescription end |
#groupName ⇒ Object
Returns the value of attribute groupName.
1519 1520 1521 |
# File 'lib/ec2/ec2.rb', line 1519 def groupName @groupName end |
#ipPermissions ⇒ Object
Returns the value of attribute ipPermissions.
1522 1523 1524 |
# File 'lib/ec2/ec2.rb', line 1522 def ipPermissions @ipPermissions end |
#ownerId ⇒ Object
Returns the value of attribute ownerId.
1521 1522 1523 |
# File 'lib/ec2/ec2.rb', line 1521 def ownerId @ownerId end |