Class: Aws::Types::IpPermission

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:from_port, :to_port, :ip_range])

Instance Attribute Summary collapse

Instance Attribute Details

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def from_port
  @from_port
end

#ip_range::String

Returns the value of attribute ip_range.

Returns:

  • (::String)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def ip_range
  @ip_range
end

#protocol"TCP", "UDP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "UDP")


1503
1504
1505
# File 'sig/types.rbs', line 1503

def protocol
  @protocol
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def to_port
  @to_port
end