Class: RightAws::Ec2::QEc2IpPermissionType
- Defined in:
- lib/ec2/right_ec2.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#fromPort ⇒ Object
Returns the value of attribute fromPort.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#ipProtocol ⇒ Object
Returns the value of attribute ipProtocol.
-
#ipRanges ⇒ Object
Returns the value of attribute ipRanges.
-
#toPort ⇒ Object
Returns the value of attribute toPort.
Instance Attribute Details
#fromPort ⇒ Object
Returns the value of attribute fromPort.
1080 1081 1082 |
# File 'lib/ec2/right_ec2.rb', line 1080 def fromPort @fromPort end |
#groups ⇒ Object
Returns the value of attribute groups.
1082 1083 1084 |
# File 'lib/ec2/right_ec2.rb', line 1082 def groups @groups end |
#ipProtocol ⇒ Object
Returns the value of attribute ipProtocol.
1079 1080 1081 |
# File 'lib/ec2/right_ec2.rb', line 1079 def ipProtocol @ipProtocol end |
#ipRanges ⇒ Object
Returns the value of attribute ipRanges.
1083 1084 1085 |
# File 'lib/ec2/right_ec2.rb', line 1083 def ipRanges @ipRanges end |
#toPort ⇒ Object
Returns the value of attribute toPort.
1081 1082 1083 |
# File 'lib/ec2/right_ec2.rb', line 1081 def toPort @toPort end |