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.



496
497
498
# File 'lib/ec2/right_ec2.rb', line 496

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



498
499
500
# File 'lib/ec2/right_ec2.rb', line 498

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



495
496
497
# File 'lib/ec2/right_ec2.rb', line 495

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



499
500
501
# File 'lib/ec2/right_ec2.rb', line 499

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



497
498
499
# File 'lib/ec2/right_ec2.rb', line 497

def toPort
  @toPort
end