Class: Aws::Connect::Types::ExtensionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The configuration for allowed file extensions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_extensionsArray<Types::AllowedExtension>

The list of allowed file extensions.

Returns:



14468
14469
14470
14471
14472
# File 'lib/aws-sdk-connect/types.rb', line 14468

class ExtensionConfiguration < Struct.new(
  :allowed_extensions)
  SENSITIVE = []
  include Aws::Structure
end