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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1757
1758
1759
1760
1761
# File 'lib/aws-sdk-entityresolution/types.rb', line 1757

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