You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::S3SourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3SourceProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket_name: "BucketName", # required
  bucket_prefix: "BucketPrefix",
}

The properties that are applied when Amazon S3 is being used as the flow source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The Amazon S3 bucket name where the source files are stored.

Returns:

  • (String)

    The Amazon S3 bucket name where the source files are stored.

#bucket_prefixString

The object key for the Amazon S3 bucket in which the source files are stored.

Returns:

  • (String)

    The object key for the Amazon S3 bucket in which the source files are stored.