Class: Aws::ConnectWisdomService::Types::StartContentUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::StartContentUploadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:url]
Instance Attribute Summary collapse
-
#headers_to_include ⇒ Hash<String,String>
The headers to include in the upload.
-
#upload_id ⇒ String
The identifier of the upload.
-
#url ⇒ String
The URL of the upload.
-
#url_expiry ⇒ Time
The expiration time of the URL as an epoch timestamp.
Instance Attribute Details
#headers_to_include ⇒ Hash<String,String>
The headers to include in the upload.
3554 3555 3556 3557 3558 3559 3560 3561 |
# File '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_id ⇒ String
The identifier of the upload.
3554 3555 3556 3557 3558 3559 3560 3561 |
# File '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 ⇒ String
The URL of the upload.
3554 3555 3556 3557 3558 3559 3560 3561 |
# File '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_expiry ⇒ Time
The expiration time of the URL as an epoch timestamp.
3554 3555 3556 3557 3558 3559 3560 3561 |
# File '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 |