Class: Aws::Types::AutoMLSecurityConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLSecurityConfig
- 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.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#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.
759 760 761 |
# File 'sig/types.rbs', line 759 def enable_inter_container_traffic_encryption @enable_inter_container_traffic_encryption end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
758 759 760 |
# File 'sig/types.rbs', line 758 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
760 761 762 |
# File 'sig/types.rbs', line 760 def vpc_config @vpc_config end |