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

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

Instance Attribute Details

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