Class: Aws::CustomerProfiles::Types::S3SourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::S3SourceProperties
- Defined in:
- gems/aws-sdk-customerprofiles/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
-
#bucket_name ⇒ String
The Amazon S3 bucket name where the source files are stored.
-
#bucket_prefix ⇒ String
The object key for the Amazon S3 bucket in which the source files are stored.
Instance Attribute Details
#bucket_name ⇒ String
The Amazon S3 bucket name where the source files are stored.
6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6018 class S3SourceProperties < Struct.new( :bucket_name, :bucket_prefix) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The object key for the Amazon S3 bucket in which the source files are stored.
6018 6019 6020 6021 6022 6023 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6018 class S3SourceProperties < Struct.new( :bucket_name, :bucket_prefix) SENSITIVE = [] include Aws::Structure end |