Class: RightAws::Ec2::QEc2IpPermissionType

Inherits:
Object
  • Object
show all
Defined in:
lib/ec2/right_ec2.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromPortObject

Returns the value of attribute fromPort.



747
748
749
# File 'lib/ec2/right_ec2.rb', line 747

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



749
750
751
# File 'lib/ec2/right_ec2.rb', line 749

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



746
747
748
# File 'lib/ec2/right_ec2.rb', line 746

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



750
751
752
# File 'lib/ec2/right_ec2.rb', line 750

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



748
749
750
# File 'lib/ec2/right_ec2.rb', line 748

def toPort
  @toPort
end