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.
6405 6406 6407 6408 6409 6410 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6405 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.
6405 6406 6407 6408 6409 6410 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6405 class S3ExportingConfig < Struct.new( :s3_bucket_name, :s3_key_name) SENSITIVE = [] include Aws::Structure end |