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.



1387
1388
1389
# File 'lib/ec2/ec2.rb', line 1387

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1389
1390
1391
# File 'lib/ec2/ec2.rb', line 1389

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1386
1387
1388
# File 'lib/ec2/ec2.rb', line 1386

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1390
1391
1392
# File 'lib/ec2/ec2.rb', line 1390

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1388
1389
1390
# File 'lib/ec2/ec2.rb', line 1388

def toPort
  @toPort
end