Class: Aws::Ec2::QEc2IpPermissionType

Inherits:
Object
  • Object
show all
Defined in:
lib/ec2/right_ec2.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fromPortObject

Returns the value of attribute fromPort.



1283
1284
1285
# File 'lib/ec2/right_ec2.rb', line 1283

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1285
1286
1287
# File 'lib/ec2/right_ec2.rb', line 1285

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1282
1283
1284
# File 'lib/ec2/right_ec2.rb', line 1282

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1286
1287
1288
# File 'lib/ec2/right_ec2.rb', line 1286

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1284
1285
1286
# File 'lib/ec2/right_ec2.rb', line 1284

def toPort
  @toPort
end