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.
15551 15552 15553 15554 15555 |
# File 'lib/aws-sdk-connect/types.rb', line 15551 class ExtensionConfiguration < Struct.new( :allowed_extensions) SENSITIVE = [] include Aws::Structure end |