Class: Aws::CustomerProfiles::Types::S3ExportingConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Configuration information about the S3 bucket where Identity Resolution Jobs write result files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The name of the S3 bucket where Identity Resolution Jobs write result files.

Returns:

  • (String)


8579
8580
8581
8582
8583
8584
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8579

class S3ExportingConfig < Struct.new(
  :s3_bucket_name,
  :s3_key_name)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_nameString

The S3 key name of the location where Identity Resolution Jobs write result files.

Returns:

  • (String)


8579
8580
8581
8582
8583
8584
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8579

class S3ExportingConfig < Struct.new(
  :s3_bucket_name,
  :s3_key_name)
  SENSITIVE = []
  include Aws::Structure
end