Class: RightAws::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.



1314
1315
1316
# File 'lib/ec2/right_ec2.rb', line 1314

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1316
1317
1318
# File 'lib/ec2/right_ec2.rb', line 1316

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1313
1314
1315
# File 'lib/ec2/right_ec2.rb', line 1313

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1317
1318
1319
# File 'lib/ec2/right_ec2.rb', line 1317

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1315
1316
1317
# File 'lib/ec2/right_ec2.rb', line 1315

def toPort
  @toPort
end