Class: Aws::Support::Types::GetAttachmentDownloadLinkResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#download_urlTypes::DownloadUrl

The presigned download URL and the date and time the URL expires.

Returns:



1527
1528
1529
1530
1531
1532
# File 'lib/aws-sdk-support/types.rb', line 1527

class GetAttachmentDownloadLinkResponse < Struct.new(
  :file_name,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The name of the attachment file, including the file extension.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
# File 'lib/aws-sdk-support/types.rb', line 1527

class GetAttachmentDownloadLinkResponse < Struct.new(
  :file_name,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end