Class: Aws::Connect::Types::UpdateAttachedFilesConfigurationResponse

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.

Returns:

  • (String)


34020
34021
34022
34023
34024
34025
34026
34027
34028
# File 'lib/aws-sdk-connect/types.rb', line 34020

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

#extension_configurationTypes::ExtensionConfiguration

The configuration for allowed file extensions.



34020
34021
34022
34023
34024
34025
34026
34027
34028
# File 'lib/aws-sdk-connect/types.rb', line 34020

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

#instance_idString

The identifier of the Connect Customer instance.

Returns:

  • (String)


34020
34021
34022
34023
34024
34025
34026
34027
34028
# File 'lib/aws-sdk-connect/types.rb', line 34020

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

#last_modified_timeTime

The timestamp when the configuration was last modified.

Returns:

  • (Time)


34020
34021
34022
34023
34024
34025
34026
34027
34028
# File 'lib/aws-sdk-connect/types.rb', line 34020

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

#maximum_size_limit_in_bytesInteger

The maximum size limit for attached files in bytes.

Returns:

  • (Integer)


34020
34021
34022
34023
34024
34025
34026
34027
34028
# File 'lib/aws-sdk-connect/types.rb', line 34020

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