Class: Aws::Connect::Types::ExtensionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ExtensionConfiguration
- 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
-
#allowed_extensions ⇒ Array<Types::AllowedExtension>
The list of allowed file extensions.
Instance Attribute Details
#allowed_extensions ⇒ Array<Types::AllowedExtension>
The list of allowed file extensions.
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 |