Class: Aws::Types::MonitoringNetworkConfig
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringNetworkConfig
- 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.
9379 9380 9381 |
# File 'sig/types.rbs', line 9379 def enable_inter_container_traffic_encryption @enable_inter_container_traffic_encryption end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
9380 9381 9382 |
# File 'sig/types.rbs', line 9380 def enable_network_isolation @enable_network_isolation end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
9381 9382 9383 |
# File 'sig/types.rbs', line 9381 def vpc_config @vpc_config end |