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)


5342
5343
5344
5345
5346
5347
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5342

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

#bucket_prefixString

The Amazon S3 bucket prefix.

Returns:

  • (String)


5342
5343
5344
5345
5346
5347
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5342

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