Class: Aws::Connect::Types::AllowedExtension

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#extensionString

The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.

Returns:

  • (String)


742
743
744
745
746
# File 'lib/aws-sdk-connect/types.rb', line 742

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