Class: Aws::SecurityIR::Types::GetCaseAttachmentDownloadUrlRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.

Returns:

  • (String)


446
447
448
449
450
451
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 446

class GetCaseAttachmentDownloadUrlRequest < Struct.new(
  :case_id,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#case_idString

Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.

Returns:

  • (String)


446
447
448
449
450
451
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 446

class GetCaseAttachmentDownloadUrlRequest < Struct.new(
  :case_id,
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end