Class: Aws::Types::NetworkConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NetworkConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_configuration ⇒ Types::EgressConfiguration
Returns the value of attribute egress_configuration.
-
#ingress_configuration ⇒ Types::IngressConfiguration
Returns the value of attribute ingress_configuration.
-
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
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.
534 535 536 |
# File 'sig/types.rbs', line 534 def ip_address_type @ip_address_type end |