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.



1621
1622
1623
# File 'lib/ec2/ec2.rb', line 1621

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1623
1624
1625
# File 'lib/ec2/ec2.rb', line 1623

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1620
1621
1622
# File 'lib/ec2/ec2.rb', line 1620

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1624
1625
1626
# File 'lib/ec2/ec2.rb', line 1624

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1622
1623
1624
# File 'lib/ec2/ec2.rb', line 1622

def toPort
  @toPort
end