Class: Aws::Personalize::Types::S3DataConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

The configuration details of an Amazon S3 input or output bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.

Returns:

  • (String)


4846
4847
4848
4849
4850
4851
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4846

class S3DataConfig < Struct.new(
  :path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The file path of the Amazon S3 bucket.

Returns:

  • (String)


4846
4847
4848
4849
4850
4851
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4846

class S3DataConfig < Struct.new(
  :path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end