Class: Aws::Connect::Types::BatchGetAttachedFileMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchGetAttachedFileMetadataResponse
- Includes:
- Structure
- Defined in:
- 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.
1631 1632 1633 1634 1635 1636 |
# File 'lib/aws-sdk-connect/types.rb', line 1631 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<Types::AttachedFile>
List of attached files that were successfully retrieved.
1631 1632 1633 1634 1635 1636 |
# File 'lib/aws-sdk-connect/types.rb', line 1631 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end |