Class: Aws::Types::NetworkConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#egress_configuration ⇒ Types::EgressConfiguration

Returns the value of attribute egress_configuration.



532
533
534
# File 'sig/types.rbs', line 532

def egress_configuration
  @egress_configuration
end

#ingress_configuration ⇒ Types::IngressConfiguration

Returns the value of attribute ingress_configuration.



533
534
535
# File 'sig/types.rbs', line 533

def ingress_configuration
  @ingress_configuration
end

#ip_address_type ⇒ "IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


534
535
536
# File 'sig/types.rbs', line 534

def ip_address_type
  @ip_address_type
end