Class: Aws::CustomerProfiles::Types::ExportingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ExportingConfig
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_exporting ⇒ Types::S3ExportingConfig
The S3 location where Identity Resolution Jobs write result files.
Instance Attribute Details
#s3_exporting ⇒ Types::S3ExportingConfig
The S3 location where Identity Resolution Jobs write result files.
2110 2111 2112 2113 2114 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2110 class ExportingConfig < Struct.new( :s3_exporting) SENSITIVE = [] include Aws::Structure end |