Class: Aws::Types::MonitoringNetworkConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_inter_container_traffic_encryptionBoolean

Returns the value of attribute enable_inter_container_traffic_encryption.

Returns:

  • (Boolean)


9379
9380
9381
# File 'sig/types.rbs', line 9379

def enable_inter_container_traffic_encryption
  @enable_inter_container_traffic_encryption
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


9380
9381
9382
# File 'sig/types.rbs', line 9380

def enable_network_isolation
  @enable_network_isolation
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



9381
9382
9383
# File 'sig/types.rbs', line 9381

def vpc_config
  @vpc_config
end