Class: Aws::Types::NetworkConnectionAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Returns the value of attribute blocked.

Returns:

  • (Boolean)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def blocked
  @blocked
end

#connection_direction::String

Returns the value of attribute connection_direction.

Returns:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def connection_direction
  @connection_direction
end

#local_ip_detailsTypes::LocalIpDetails

Returns the value of attribute local_ip_details.



2234
2235
2236
# File 'sig/types.rbs', line 2234

def local_ip_details
  @local_ip_details
end

#local_network_interface::String

Returns the value of attribute local_network_interface.

Returns:

  • (::String)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def local_network_interface
  @local_network_interface
end

#local_port_detailsTypes::LocalPortDetails

Returns the value of attribute local_port_details.



2232
2233
2234
# File 'sig/types.rbs', line 2232

def local_port_details
  @local_port_details
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


2233
2234
2235
# File 'sig/types.rbs', line 2233

def protocol
  @protocol
end

#remote_ip_detailsTypes::RemoteIpDetails

Returns the value of attribute remote_ip_details.



2236
2237
2238
# File 'sig/types.rbs', line 2236

def remote_ip_details
  @remote_ip_details
end

#remote_port_detailsTypes::RemotePortDetails

Returns the value of attribute remote_port_details.



2237
2238
2239
# File 'sig/types.rbs', line 2237

def remote_port_details
  @remote_port_details
end