Class: Aws::Types::NetworkPathComponentDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::Array[::String]

Returns the value of attribute address.

Returns:

  • (::Array[::String])


6677
6678
6679
# File 'sig/types.rbs', line 6677

def address
  @address
end

#port_ranges::Array[Types::PortRange]

Returns the value of attribute port_ranges.

Returns:



6678
6679
6680
# File 'sig/types.rbs', line 6678

def port_ranges
  @port_ranges
end