Class: Aws::Connect::Types::DescribeAttachedFilesConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAttachedFilesConfigurationResponse
- Defined in:
- gems/aws-sdk-connect/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.
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 |