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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/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>>)


622
623
624
625
626
627
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 622

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


622
623
624
625
626
627
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 622

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