Class: Aws::Connect::Types::GetAttachedFileRequest

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

Overview

Request to GetAttachedFile 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. The supported resources are [Cases] and [Email].

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

</note>

[1]: docs.aws.amazon.com/connect/latest/adminguide/cases.html [2]: docs.aws.amazon.com/connect/latest/adminguide/setup-email-channel.html

Returns:

  • (String)


9326
9327
9328
9329
9330
9331
9332
9333
# File 'lib/aws-sdk-connect/types.rb', line 9326

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

#file_idString

The unique identifier of the attached file resource.

Returns:

  • (String)


9326
9327
9328
9329
9330
9331
9332
9333
# File 'lib/aws-sdk-connect/types.rb', line 9326

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

#instance_idString

The unique identifier of the Amazon Connect instance.

Returns:

  • (String)


9326
9327
9328
9329
9330
9331
9332
9333
# File 'lib/aws-sdk-connect/types.rb', line 9326

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

#url_expiry_in_secondsInteger

Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.

Returns:

  • (Integer)


9326
9327
9328
9329
9330
9331
9332
9333
# File 'lib/aws-sdk-connect/types.rb', line 9326

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