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)


6638
6639
6640
# File 'sig/types.rbs', line 6638

def blocked
  @blocked
end

#connection_direction::String

Returns the value of attribute connection_direction.

Returns:

  • (::String)


6633
6634
6635
# File 'sig/types.rbs', line 6633

def connection_direction
  @connection_direction
end

#local_port_detailsTypes::ActionLocalPortDetails

Returns the value of attribute local_port_details.



6636
6637
6638
# File 'sig/types.rbs', line 6636

def local_port_details
  @local_port_details
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


6637
6638
6639
# File 'sig/types.rbs', line 6637

def protocol
  @protocol
end

#remote_ip_detailsTypes::ActionRemoteIpDetails

Returns the value of attribute remote_ip_details.



6634
6635
6636
# File 'sig/types.rbs', line 6634

def remote_ip_details
  @remote_ip_details
end

#remote_port_detailsTypes::ActionRemotePortDetails

Returns the value of attribute remote_port_details.



6635
6636
6637
# File 'sig/types.rbs', line 6635

def remote_port_details
  @remote_port_details
end