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>>)


799
800
801
802
803
804
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 799

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>)


799
800
801
802
803
804
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 799

class FileConfiguration < Struct.new(
  :folders,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end