Method: Aws::SageMaker::Types::AutoMLOutputDataConfig#kms_key_id

Defined in:
lib/aws-sdk-sagemaker/types.rb

#kms_key_idString

The Key Management Service encryption key ID.



2815
2816
2817
2818
2819
2820
# File 'lib/aws-sdk-sagemaker/types.rb', line 2815

class AutoMLOutputDataConfig < Struct.new(
  :kms_key_id,
  :s3_output_path)
  SENSITIVE = []
  include Aws::Structure
end