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.



819
820
821
# File 'lib/ec2/right_ec2.rb', line 819

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



821
822
823
# File 'lib/ec2/right_ec2.rb', line 821

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



818
819
820
# File 'lib/ec2/right_ec2.rb', line 818

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



822
823
824
# File 'lib/ec2/right_ec2.rb', line 822

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



820
821
822
# File 'lib/ec2/right_ec2.rb', line 820

def toPort
  @toPort
end