Class: Aws::EntityResolution::Types::IntermediateSourceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intermediate_s3_pathString

The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET

Returns:

  • (String)


1651
1652
1653
1654
1655
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1651

class IntermediateSourceConfiguration < Struct.new(
  :intermediate_s3_path)
  SENSITIVE = []
  include Aws::Structure
end