Class: Aws::SecurityIR::Types::GetCaseAttachmentDownloadUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::GetCaseAttachmentDownloadUrlRequest
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.
-
#case_id ⇒ String
Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.
Instance Attribute Details
#attachment_id ⇒ String
Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.
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_id ⇒ String
Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.
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 |