Class: Aws::EntityResolution::Types::IntermediateSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IntermediateSourceConfiguration
- 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
-
#intermediate_s3_path ⇒ String
The Amazon S3 location (bucket and prefix).
Instance Attribute Details
#intermediate_s3_path ⇒ String
The Amazon S3 location (bucket and prefix). For example: ‘s3://provider_bucket/DOC-EXAMPLE-BUCKET`
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 |