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.



1363
1364
1365
# File 'lib/ec2/right_ec2.rb', line 1363

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1365
1366
1367
# File 'lib/ec2/right_ec2.rb', line 1365

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1362
1363
1364
# File 'lib/ec2/right_ec2.rb', line 1362

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1366
1367
1368
# File 'lib/ec2/right_ec2.rb', line 1366

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1364
1365
1366
# File 'lib/ec2/right_ec2.rb', line 1364

def toPort
  @toPort
end