Class: Aws::CustomerProfiles::Types::S3ExportingLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::S3ExportingLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
The S3 location 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 name 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 name where Identity Resolution Jobs write result files.
6426 6427 6428 6429 6430 6431 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6426 class S3ExportingLocation < 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.
6426 6427 6428 6429 6430 6431 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6426 class S3ExportingLocation < Struct.new( :s3_bucket_name, :s3_key_name) SENSITIVE = [] include Aws::Structure end |