Class: Aws::Connect::Types::DescribeAttachedFilesConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_files_configurationTypes::AttachedFilesConfiguration

Information about the attached files configuration.



9811
9812
9813
9814
9815
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9811

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