Class: Aws::Connect::Types::CompleteAttachedFileUploadRequest

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

Overview

Request to CompleteAttachedFileUpload API

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][1

are the only current supported resource.

<note markdown=“1”> This value must be a valid ARN.

</note>

[1]: docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html

Returns:

  • (String)


1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-connect/types.rb', line 1834

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

#file_idString

The unique identifier of the attached file resource.

Returns:

  • (String)


1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-connect/types.rb', line 1834

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

#instance_idString

The unique identifier of the Connect instance.

Returns:

  • (String)


1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-connect/types.rb', line 1834

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