Class: Aws::CustomerProfiles::Types::ExportingLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ExportingLocation
- 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_exporting ⇒ Types::S3ExportingLocation
Information about the S3 location where Identity Resolution Jobs write result files.
Instance Attribute Details
#s3_exporting ⇒ Types::S3ExportingLocation
Information about the S3 location where Identity Resolution Jobs write result files.
2356 2357 2358 2359 2360 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2356 class ExportingLocation < Struct.new( :s3_exporting) SENSITIVE = [] include Aws::Structure end |