Class: Aws::Connect::Types::DescribeAttachedFilesConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAttachedFilesConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_files_configuration ⇒ Types::AttachedFilesConfiguration
Information about the attached files configuration.
Instance Attribute Details
#attached_files_configuration ⇒ Types::AttachedFilesConfiguration
Information about the attached files configuration.
10119 10120 10121 10122 10123 |
# File 'lib/aws-sdk-connect/types.rb', line 10119 class DescribeAttachedFilesConfigurationResponse < Struct.new( :attached_files_configuration) SENSITIVE = [] include Aws::Structure end |