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.
14472 14473 14474 14475 14476 |
# File 'lib/aws-sdk-connect/types.rb', line 14472 class ExtensionConfiguration < Struct.new( :allowed_extensions) SENSITIVE = [] include Aws::Structure end |