Class: Aws::Ec2::QEc2IpPermissionType

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fromPortObject

Returns the value of attribute fromPort.



1734
1735
1736
# File 'lib/ec2/ec2.rb', line 1734

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1736
1737
1738
# File 'lib/ec2/ec2.rb', line 1736

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1733
1734
1735
# File 'lib/ec2/ec2.rb', line 1733

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1737
1738
1739
# File 'lib/ec2/ec2.rb', line 1737

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1735
1736
1737
# File 'lib/ec2/ec2.rb', line 1735

def toPort
  @toPort
end