Class: Aws::Personalize::Types::S3DataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::S3DataConfig
- Includes:
- Structure
- Defined in:
- 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
-
#kms_key_arn ⇒ String
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.
-
#path ⇒ String
The file path of the Amazon S3 bucket.
Instance Attribute Details
#kms_key_arn ⇒ String
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.
5195 5196 5197 5198 5199 5200 |
# File 'lib/aws-sdk-personalize/types.rb', line 5195 class S3DataConfig < Struct.new( :path, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The file path of the Amazon S3 bucket.
5195 5196 5197 5198 5199 5200 |
# File 'lib/aws-sdk-personalize/types.rb', line 5195 class S3DataConfig < Struct.new( :path, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |