Class: RightAws::Ec2::QEc2IpPermissionType

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fromPortObject

Returns the value of attribute fromPort.



850
851
852
# File 'lib/ec2/right_ec2.rb', line 850

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



852
853
854
# File 'lib/ec2/right_ec2.rb', line 852

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



849
850
851
# File 'lib/ec2/right_ec2.rb', line 849

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



853
854
855
# File 'lib/ec2/right_ec2.rb', line 853

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



851
852
853
# File 'lib/ec2/right_ec2.rb', line 851

def toPort
  @toPort
end