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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


696
697
698
699
700
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 696

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