Class: Aws::QApps::Types::CreatePresignedUrlOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_idString

The unique identifier assigned to the file to be uploaded.

Returns:

  • (String)


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_urlString

The URL for a presigned S3 POST operation used to upload a file.

Returns:

  • (String)


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_expirationTime

The date and time that the presigned URL will expire in ISO 8601 format.

Returns:

  • (Time)


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_fieldsHash<String,String>

The form fields to include in the presigned S3 POST operation used to upload a file.

Returns:

  • (Hash<String,String>)


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