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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


11050
11051
11052
11053
11054
11055
11056
11057
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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

#upload_idString

The identifier of the upload.

Returns:

  • (String)


11050
11051
11052
11053
11054
11055
11056
11057
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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

#urlString

The URL of the upload.

Returns:

  • (String)


11050
11051
11052
11053
11054
11055
11056
11057
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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

#url_expiryTime

The expiration time of the URL as an epoch timestamp.

Returns:

  • (Time)


11050
11051
11052
11053
11054
11055
11056
11057
# File 'lib/aws-sdk-qconnect/types.rb', line 11050

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