Class: Aws::CustomerProfiles::Types::ExportingLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ExportingLocation
- Defined in:
- gems/aws-sdk-customerprofiles/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.
1575 1576 1577 1578 1579 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1575 class ExportingLocation < Struct.new( :s3_exporting) SENSITIVE = [] include Aws::Structure end |