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.
5328 5329 5330 5331 5332 5333 |
# File 'lib/aws-sdk-appflow/types.rb', line 5328 class SuccessResponseHandlingConfig < Struct.new( :bucket_prefix, :bucket_name) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The Amazon S3 bucket prefix.
5328 5329 5330 5331 5332 5333 |
# File 'lib/aws-sdk-appflow/types.rb', line 5328 class SuccessResponseHandlingConfig < Struct.new( :bucket_prefix, :bucket_name) SENSITIVE = [] include Aws::Structure end |