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.



1402
1403
1404
# File 'lib/ec2/ec2.rb', line 1402

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1404
1405
1406
# File 'lib/ec2/ec2.rb', line 1404

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1401
1402
1403
# File 'lib/ec2/ec2.rb', line 1401

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1405
1406
1407
# File 'lib/ec2/ec2.rb', line 1405

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1403
1404
1405
# File 'lib/ec2/ec2.rb', line 1403

def toPort
  @toPort
end