Class: RightAws::Ec2::QEc2SecurityGroupItemType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2SecurityGroupItemType
- Defined in:
- lib/ec2/right_ec2.rb
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.
827 828 829 |
# File 'lib/ec2/right_ec2.rb', line 827 def groupDescription @groupDescription end |
#groupName ⇒ Object
Returns the value of attribute groupName.
826 827 828 |
# File 'lib/ec2/right_ec2.rb', line 826 def groupName @groupName end |
#ipPermissions ⇒ Object
Returns the value of attribute ipPermissions.
829 830 831 |
# File 'lib/ec2/right_ec2.rb', line 829 def ipPermissions @ipPermissions end |
#ownerId ⇒ Object
Returns the value of attribute ownerId.
828 829 830 |
# File 'lib/ec2/right_ec2.rb', line 828 def ownerId @ownerId end |