Class: Aws::Types::PortInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_list_aliases::Array[::String]

Returns the value of attribute cidr_list_aliases.

Returns:

  • (::Array[::String])


2553
2554
2555
# File 'sig/types.rbs', line 2553

def cidr_list_aliases
  @cidr_list_aliases
end

#cidrs::Array[::String]

Returns the value of attribute cidrs.

Returns:

  • (::Array[::String])


2551
2552
2553
# File 'sig/types.rbs', line 2551

def cidrs
  @cidrs
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def from_port
  @from_port
end

#ipv6_cidrs::Array[::String]

Returns the value of attribute ipv6_cidrs.

Returns:

  • (::Array[::String])


2552
2553
2554
# File 'sig/types.rbs', line 2552

def ipv6_cidrs
  @ipv6_cidrs
end

#protocol"tcp", ...

Returns the value of attribute protocol.

Returns:

  • ("tcp", "all", "udp", "icmp", "icmpv6")


2550
2551
2552
# File 'sig/types.rbs', line 2550

def protocol
  @protocol
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def to_port
  @to_port
end