Class: Aws::CustomerProfiles::Types::S3SourceProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

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

Returns:

  • (String)


6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6447

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

#bucket_prefixString

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

Returns:

  • (String)


6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6447

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