Class: Aws::ConnectWisdomService::Types::StartContentUploadResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/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>)


3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3554

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)


3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3554

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)


3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3554

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)


3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 3554

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