Class: Aws::Connect::Types::AllowedExtension
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AllowedExtension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about an allowed file extension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension ⇒ String
The file extension.
Instance Attribute Details
#extension ⇒ String
The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.
696 697 698 699 700 |
# File 'lib/aws-sdk-connect/types.rb', line 696 class AllowedExtension < Struct.new( :extension) SENSITIVE = [] include Aws::Structure end |