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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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. Cases are the only current supported resource.

This value must be a valid ARN.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
1274
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1268

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>)


1268
1269
1270
1271
1272
1273
1274
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1268

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)


1268
1269
1270
1271
1272
1273
1274
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1268

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