Class: Aws::QApps::Types::CreatePresignedUrlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::CreatePresignedUrlOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_id ⇒ String
The unique identifier assigned to the file to be uploaded.
-
#presigned_url ⇒ String
The URL for a presigned S3 POST operation used to upload a file.
-
#presigned_url_expiration ⇒ Time
The date and time that the presigned URL will expire in ISO 8601 format.
-
#presigned_url_fields ⇒ Hash<String,String>
The form fields to include in the presigned S3 POST operation used to upload a file.
Instance Attribute Details
#file_id ⇒ String
The unique identifier assigned to the file to be uploaded.
701 702 703 704 705 706 707 708 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 701 class CreatePresignedUrlOutput < Struct.new( :file_id, :presigned_url, :presigned_url_fields, :presigned_url_expiration) SENSITIVE = [] include Aws::Structure end |
#presigned_url ⇒ String
The URL for a presigned S3 POST operation used to upload a file.
701 702 703 704 705 706 707 708 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 701 class CreatePresignedUrlOutput < Struct.new( :file_id, :presigned_url, :presigned_url_fields, :presigned_url_expiration) SENSITIVE = [] include Aws::Structure end |
#presigned_url_expiration ⇒ Time
The date and time that the presigned URL will expire in ISO 8601 format.
701 702 703 704 705 706 707 708 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 701 class CreatePresignedUrlOutput < Struct.new( :file_id, :presigned_url, :presigned_url_fields, :presigned_url_expiration) SENSITIVE = [] include Aws::Structure end |
#presigned_url_fields ⇒ Hash<String,String>
The form fields to include in the presigned S3 POST operation used to upload a file.
701 702 703 704 705 706 707 708 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 701 class CreatePresignedUrlOutput < Struct.new( :file_id, :presigned_url, :presigned_url_fields, :presigned_url_expiration) SENSITIVE = [] include Aws::Structure end |