Class: Aws::Connect::Types::UpdateAttachedFilesConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_scopeString

The scope of the attachment. Valid values are ‘EMAIL`, `CHAT`, `CASE`, and `TASK`.

Returns:

  • (String)


33981
33982
33983
33984
33985
33986
33987
33988
# File 'lib/aws-sdk-connect/types.rb', line 33981

class UpdateAttachedFilesConfigurationRequest < Struct.new(
  :instance_id,
  :attachment_scope,
  :maximum_size_limit_in_bytes,
  :extension_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#extension_configurationTypes::ExtensionConfiguration

The configuration for allowed file extensions.



33981
33982
33983
33984
33985
33986
33987
33988
# File 'lib/aws-sdk-connect/types.rb', line 33981

class UpdateAttachedFilesConfigurationRequest < Struct.new(
  :instance_id,
  :attachment_scope,
  :maximum_size_limit_in_bytes,
  :extension_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


33981
33982
33983
33984
33985
33986
33987
33988
# File 'lib/aws-sdk-connect/types.rb', line 33981

class UpdateAttachedFilesConfigurationRequest < Struct.new(
  :instance_id,
  :attachment_scope,
  :maximum_size_limit_in_bytes,
  :extension_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_size_limit_in_bytesInteger

The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).

Returns:

  • (Integer)


33981
33982
33983
33984
33985
33986
33987
33988
# File 'lib/aws-sdk-connect/types.rb', line 33981

class UpdateAttachedFilesConfigurationRequest < Struct.new(
  :instance_id,
  :attachment_scope,
  :maximum_size_limit_in_bytes,
  :extension_configuration)
  SENSITIVE = []
  include Aws::Structure
end