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.



1273
1274
1275
# File 'lib/ec2/right_ec2.rb', line 1273

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1275
1276
1277
# File 'lib/ec2/right_ec2.rb', line 1275

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1272
1273
1274
# File 'lib/ec2/right_ec2.rb', line 1272

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1276
1277
1278
# File 'lib/ec2/right_ec2.rb', line 1276

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1274
1275
1276
# File 'lib/ec2/right_ec2.rb', line 1274

def toPort
  @toPort
end