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.
9815 9816 9817 9818 9819 |
# File 'lib/aws-sdk-connect/types.rb', line 9815 class DescribeAttachedFilesConfigurationResponse < Struct.new( :attached_files_configuration) SENSITIVE = [] include Aws::Structure end |