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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4651

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)


4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4651

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