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.
1366 1367 1368 |
# File 'lib/ec2/right_ec2.rb', line 1366 def fromPort @fromPort end |
#groups ⇒ Object
Returns the value of attribute groups.
1368 1369 1370 |
# File 'lib/ec2/right_ec2.rb', line 1368 def groups @groups end |
#ipProtocol ⇒ Object
Returns the value of attribute ipProtocol.
1365 1366 1367 |
# File 'lib/ec2/right_ec2.rb', line 1365 def ipProtocol @ipProtocol end |
#ipRanges ⇒ Object
Returns the value of attribute ipRanges.
1369 1370 1371 |
# File 'lib/ec2/right_ec2.rb', line 1369 def ipRanges @ipRanges end |
#toPort ⇒ Object
Returns the value of attribute toPort.
1367 1368 1369 |
# File 'lib/ec2/right_ec2.rb', line 1367 def toPort @toPort end |