Class: Aws::AppIntegrationsService::Types::FileConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filtersHash<String,Array<String>>

Restrictions for what files should be pulled from the source.

Returns:

  • (Hash<String,Array<String>>)


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

#foldersArray<String>

Identifiers for the source folders to pull all files from recursively.

Returns:

  • (Array<String>)


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