Class: Aws::Appflow::Types::SuccessResponseHandlingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SuccessResponseHandlingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the Amazon S3 bucket.
-
#bucket_prefix ⇒ String
The Amazon S3 bucket prefix.
Instance Attribute Details
#bucket_name ⇒ String
The name of the Amazon S3 bucket.
5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-appflow/types.rb', line 5334 class SuccessResponseHandlingConfig < Struct.new( :bucket_prefix, :bucket_name) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The Amazon S3 bucket prefix.
5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-appflow/types.rb', line 5334 class SuccessResponseHandlingConfig < Struct.new( :bucket_prefix, :bucket_name) SENSITIVE = [] include Aws::Structure end |