Class: Aws::LexModelsV2::Types::PathFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::PathFormat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_prefixes ⇒ Array<String>
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket.
Instance Attribute Details
#object_prefixes ⇒ Array<String>
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
11307 11308 11309 11310 11311 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11307 class PathFormat < Struct.new( :object_prefixes) SENSITIVE = [] include Aws::Structure end |