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.



919
920
921
# File 'lib/ec2/right_ec2.rb', line 919

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



921
922
923
# File 'lib/ec2/right_ec2.rb', line 921

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



918
919
920
# File 'lib/ec2/right_ec2.rb', line 918

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



922
923
924
# File 'lib/ec2/right_ec2.rb', line 922

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



920
921
922
# File 'lib/ec2/right_ec2.rb', line 920

def toPort
  @toPort
end