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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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)


5334
5335
5336
5337
5338
5339
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5334

class SuccessResponseHandlingConfig < Struct.new(
  :bucket_prefix,
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_prefixString

The Amazon S3 bucket prefix.

Returns:

  • (String)


5334
5335
5336
5337
5338
5339
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5334

class SuccessResponseHandlingConfig < Struct.new(
  :bucket_prefix,
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end