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.



1512
1513
1514
# File 'lib/ec2/ec2.rb', line 1512

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1514
1515
1516
# File 'lib/ec2/ec2.rb', line 1514

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1511
1512
1513
# File 'lib/ec2/ec2.rb', line 1511

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1515
1516
1517
# File 'lib/ec2/ec2.rb', line 1515

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1513
1514
1515
# File 'lib/ec2/ec2.rb', line 1513

def toPort
  @toPort
end