Class: Aws::SecurityIR::Types::GetCaseAttachmentUploadUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::GetCaseAttachmentUploadUrlResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:attachment_presigned_url]
Instance Attribute Summary collapse
-
#attachment_presigned_url ⇒ String
Response element providing the Amazon S3 presigned UTL to upload the attachment.
Instance Attribute Details
#attachment_presigned_url ⇒ String
Response element providing the Amazon S3 presigned UTL to upload the attachment.
452 453 454 455 456 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 452 class GetCaseAttachmentUploadUrlResponse < Struct.new( :attachment_presigned_url) SENSITIVE = [:attachment_presigned_url] include Aws::Structure end |