Class: Aws::QConnect::Types::StartContentUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::StartContentUploadResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/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.
9083 9084 9085 9086 9087 9088 9089 9090 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9083 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.
9083 9084 9085 9086 9087 9088 9089 9090 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9083 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.
9083 9084 9085 9086 9087 9088 9089 9090 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9083 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.
9083 9084 9085 9086 9087 9088 9089 9090 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9083 class StartContentUploadResponse < Struct.new( :headers_to_include, :upload_id, :url, :url_expiry) SENSITIVE = [:url] include Aws::Structure end |