Class: Aws::Types::NetworkConfig

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)


9474
9475
9476
# File 'sig/types.rbs', line 9474

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)


9475
9476
9477
# File 'sig/types.rbs', line 9475

def enable_network_isolation
  @enable_network_isolation
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



9476
9477
9478
# File 'sig/types.rbs', line 9476

def vpc_config
  @vpc_config
end