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.



10136
10137
10138
10139
10140
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10136

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