Class: Aws::CustomerProfiles::Types::S3ExportingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::S3ExportingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Configuration information about the S3 bucket where Identity Resolution Jobs write result files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The name of the S3 bucket where Identity Resolution Jobs write result files.
-
#s3_key_name ⇒ String
The S3 key name of the location where Identity Resolution Jobs write result files.
Instance Attribute Details
#s3_bucket_name ⇒ String
The name of the S3 bucket where Identity Resolution Jobs write result files.
4686 4687 4688 4689 4690 4691 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4686 class S3ExportingConfig < Struct.new( :s3_bucket_name, :s3_key_name) SENSITIVE = [] include Aws::Structure end |
#s3_key_name ⇒ String
The S3 key name of the location where Identity Resolution Jobs write result files.
4686 4687 4688 4689 4690 4691 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4686 class S3ExportingConfig < Struct.new( :s3_bucket_name, :s3_key_name) SENSITIVE = [] include Aws::Structure end |