Class: Aws::CustomerProfiles::Types::S3ExportingLocation

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_bucket_nameString

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

Returns:

  • (String)


4672
4673
4674
4675
4676
4677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4672

class S3ExportingLocation < 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)


4672
4673
4674
4675
4676
4677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4672

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