AutoMLSecurityConfig — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::SageMaker::Types::AutoMLSecurityConfig
Inherits:
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLSecurityConfig show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #enable_inter_container_traffic_encryption ⇒ Boolean
Whether to use traffic encryption between the container layers. - #volume_kms_key_id ⇒ String
The key used to encrypt stored data. - #vpc_config ⇒ Types::VpcConfig
The VPC configuration.
Instance Attribute Details
#enable_inter_container_traffic_encryption ⇒ Boolean
Whether to use traffic encryption between the container layers.
2836 2837 2838 2839 2840 2841 2842 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2836 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end |
---|
#volume_kms_key_id ⇒ String
The key used to encrypt stored data.
2836 2837 2838 2839 2840 2841 2842 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2836 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end |
---|
#vpc_config ⇒ Types::VpcConfig
2836 2837 2838 2839 2840 2841 2842 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2836 class AutoMLSecurityConfig < Struct.new( :volume_kms_key_id, :enable_inter_container_traffic_encryption, :vpc_config) SENSITIVE = [] include Aws::Structure end |
---|