Class: Aws::Ec2::QEc2IpPermissionType
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.
1290 1291 1292 |
# File 'lib/ec2/right_ec2.rb', line 1290 def fromPort @fromPort end |
#groups ⇒ Object
Returns the value of attribute groups.
1292 1293 1294 |
# File 'lib/ec2/right_ec2.rb', line 1292 def groups @groups end |
#ipProtocol ⇒ Object
Returns the value of attribute ipProtocol.
1289 1290 1291 |
# File 'lib/ec2/right_ec2.rb', line 1289 def ipProtocol @ipProtocol end |
#ipRanges ⇒ Object
Returns the value of attribute ipRanges.
1293 1294 1295 |
# File 'lib/ec2/right_ec2.rb', line 1293 def ipRanges @ipRanges end |
#toPort ⇒ Object
Returns the value of attribute toPort.
1291 1292 1293 |
# File 'lib/ec2/right_ec2.rb', line 1291 def toPort @toPort end |