Class: Aws::AppIntegrationsService::Types::FileConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::FileConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The configuration for what files should be pulled from the source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Hash<String,Array<String>>
Restrictions for what files should be pulled from the source.
-
#folders ⇒ Array<String>
Identifiers for the source folders to pull all files from recursively.
Instance Attribute Details
#filters ⇒ Hash<String,Array<String>>
Restrictions for what files should be pulled from the source.
734 735 736 737 738 739 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 734 class FileConfiguration < Struct.new( :folders, :filters) SENSITIVE = [] include Aws::Structure end |
#folders ⇒ Array<String>
Identifiers for the source folders to pull all files from recursively.
734 735 736 737 738 739 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 734 class FileConfiguration < Struct.new( :folders, :filters) SENSITIVE = [] include Aws::Structure end |