Class: Aws::Connect::Types::BatchGetAttachedFileMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchGetAttachedFileMetadataResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::AttachedFileError>
List of errors of attached files that could not be retrieved.
-
#files ⇒ Array<Types::AttachedFile>
List of attached files that were successfully retrieved.
Instance Attribute Details
#errors ⇒ Array<Types::AttachedFileError>
List of errors of attached files that could not be retrieved.
2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2826 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<Types::AttachedFile>
List of attached files that were successfully retrieved.
2826 2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2826 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end |