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.
1720 1721 1722 1723 1724 1725 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1720 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<Types::AttachedFile>
List of attached files that were successfully retrieved.
1720 1721 1722 1723 1724 1725 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1720 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end |