Class: Aws::CustomerProfiles::Types::ExportingLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_exportingTypes::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