Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 541 Bytes

BatchProcessorJobFinishedPayloadOutputSoapS3Config.md

File metadata and controls

22 lines (16 loc) · 541 Bytes

Daily::BatchProcessorJobFinishedPayloadOutputSoapS3Config

Properties

Name Type Description Notes
bucket String The s3 bucket containing this file. [optional]
key String The s3 object location of this file. [optional]
region String The s3 bucket region. [optional]

Example

require 'daily-ruby'

instance = Daily::BatchProcessorJobFinishedPayloadOutputSoapS3Config.new(
  bucket: null,
  key: null,
  region: null
)