Class: Aws::QConnect::Types::StartContentUploadResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#headers_to_includeHash<String,String>

The headers to include in the upload.

Returns:

  • (Hash<String,String>)


3948
3949
3950
3951
3952
3953
3954
3955
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3948

class StartContentUploadResponse < Struct.new(
  :headers_to_include,
  :upload_id,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#upload_idString

The identifier of the upload.

Returns:

  • (String)


3948
3949
3950
3951
3952
3953
3954
3955
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3948

class StartContentUploadResponse < Struct.new(
  :headers_to_include,
  :upload_id,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#urlString

The URL of the upload.

Returns:

  • (String)


3948
3949
3950
3951
3952
3953
3954
3955
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3948

class StartContentUploadResponse < Struct.new(
  :headers_to_include,
  :upload_id,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#url_expiryTime

The expiration time of the URL as an epoch timestamp.

Returns:

  • (Time)


3948
3949
3950
3951
3952
3953
3954
3955
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3948

class StartContentUploadResponse < Struct.new(
  :headers_to_include,
  :upload_id,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end