Class: Aws::Connect::Types::BatchGetAttachedFileMetadataRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_arnString

The resource to which the attached file is (being) uploaded to. The supported resources are Cases, Email, and Task.

This value must be a valid ARN.

Returns:

  • (String)


2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-connect/types.rb', line 2845

class BatchGetAttachedFileMetadataRequest < Struct.new(
  :file_ids,
  :instance_id,
  :associated_resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_idsArray<String>

The unique identifiers of the attached file resource.

Returns:

  • (Array<String>)


2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-connect/types.rb', line 2845

class BatchGetAttachedFileMetadataRequest < Struct.new(
  :file_ids,
  :instance_id,
  :associated_resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier of the Connect instance.

Returns:

  • (String)


2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-connect/types.rb', line 2845

class BatchGetAttachedFileMetadataRequest < Struct.new(
  :file_ids,
  :instance_id,
  :associated_resource_arn)
  SENSITIVE = []
  include Aws::Structure
end