Class: Aws::Types::NetworkConfig
- Inherits:
-
Object
- Object
- Aws::Types::NetworkConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
-
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
9474 9475 9476 |
# File 'sig/types.rbs', line 9474 def enable_inter_container_traffic_encryption @enable_inter_container_traffic_encryption end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
9475 9476 9477 |
# File 'sig/types.rbs', line 9475 def enable_network_isolation @enable_network_isolation end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
9476 9477 9478 |
# File 'sig/types.rbs', line 9476 def vpc_config @vpc_config end |