Class: Aws::Appflow::Types::SuccessResponseHandlingConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

The name of the Amazon S3 bucket.

Returns:

  • (String)


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_prefixString

The Amazon S3 bucket prefix.

Returns:

  • (String)


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