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.



1500
1501
1502
# File 'lib/ec2/ec2.rb', line 1500

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1502
1503
1504
# File 'lib/ec2/ec2.rb', line 1502

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1499
1500
1501
# File 'lib/ec2/ec2.rb', line 1499

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1503
1504
1505
# File 'lib/ec2/ec2.rb', line 1503

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1501
1502
1503
# File 'lib/ec2/ec2.rb', line 1501

def toPort
  @toPort
end