Class: Aws::Types::Network

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_domain::String

Returns the value of attribute destination_domain.

Returns:

  • (::String)


6617
6618
6619
# File 'sig/types.rbs', line 6617

def destination_domain
  @destination_domain
end

#destination_ip_v4::String

Returns the value of attribute destination_ip_v4.

Returns:

  • (::String)


6614
6615
6616
# File 'sig/types.rbs', line 6614

def destination_ip_v4
  @destination_ip_v4
end

#destination_ip_v6::String

Returns the value of attribute destination_ip_v6.

Returns:

  • (::String)


6615
6616
6617
# File 'sig/types.rbs', line 6615

def destination_ip_v6
  @destination_ip_v6
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


6616
6617
6618
# File 'sig/types.rbs', line 6616

def destination_port
  @destination_port
end

#direction"IN", "OUT"

Returns the value of attribute direction.

Returns:

  • ("IN", "OUT")


6606
6607
6608
# File 'sig/types.rbs', line 6606

def direction
  @direction
end

#open_port_rangeTypes::PortRange

Returns the value of attribute open_port_range.

Returns:



6608
6609
6610
# File 'sig/types.rbs', line 6608

def open_port_range
  @open_port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


6607
6608
6609
# File 'sig/types.rbs', line 6607

def protocol
  @protocol
end

#source_domain::String

Returns the value of attribute source_domain.

Returns:

  • (::String)


6612
6613
6614
# File 'sig/types.rbs', line 6612

def source_domain
  @source_domain
end

#source_ip_v4::String

Returns the value of attribute source_ip_v4.

Returns:

  • (::String)


6609
6610
6611
# File 'sig/types.rbs', line 6609

def source_ip_v4
  @source_ip_v4
end

#source_ip_v6::String

Returns the value of attribute source_ip_v6.

Returns:

  • (::String)


6610
6611
6612
# File 'sig/types.rbs', line 6610

def source_ip_v6
  @source_ip_v6
end

#source_mac::String

Returns the value of attribute source_mac.

Returns:

  • (::String)


6613
6614
6615
# File 'sig/types.rbs', line 6613

def source_mac
  @source_mac
end

#source_port::Integer

Returns the value of attribute source_port.

Returns:

  • (::Integer)


6611
6612
6613
# File 'sig/types.rbs', line 6611

def source_port
  @source_port
end