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.



1203
1204
1205
# File 'lib/ec2/right_ec2.rb', line 1203

def fromPort
  @fromPort
end

#groupsObject

Returns the value of attribute groups.



1205
1206
1207
# File 'lib/ec2/right_ec2.rb', line 1205

def groups
  @groups
end

#ipProtocolObject

Returns the value of attribute ipProtocol.



1202
1203
1204
# File 'lib/ec2/right_ec2.rb', line 1202

def ipProtocol
  @ipProtocol
end

#ipRangesObject

Returns the value of attribute ipRanges.



1206
1207
1208
# File 'lib/ec2/right_ec2.rb', line 1206

def ipRanges
  @ipRanges
end

#toPortObject

Returns the value of attribute toPort.



1204
1205
1206
# File 'lib/ec2/right_ec2.rb', line 1204

def toPort
  @toPort
end