Class: Aws::QApps::Types::ImportDocumentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ImportDocumentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique identifier of the Q App the file is associated with.
-
#card_id ⇒ String
The unique identifier of the card the file is associated with.
-
#file_contents_base_64 ⇒ String
The base64-encoded contents of the file to upload.
-
#file_name ⇒ String
The name of the file being uploaded.
-
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
-
#scope ⇒ String
Whether the file is associated with a Q App definition or a specific Q App session.
-
#session_id ⇒ String
The unique identifier of the Q App session the file is associated with, if applicable.
Instance Attribute Details
#app_id ⇒ String
The unique identifier of the Q App the file is associated with.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |
#card_id ⇒ String
The unique identifier of the card the file is associated with.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |
#file_contents_base_64 ⇒ String
The base64-encoded contents of the file to upload.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The name of the file being uploaded.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
Whether the file is associated with a Q App definition or a specific Q App session.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the Q App session the file is associated with, if applicable.
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-qapps/types.rb', line 1561 class ImportDocumentInput < Struct.new( :instance_id, :card_id, :app_id, :file_contents_base_64, :file_name, :scope, :session_id) SENSITIVE = [] include Aws::Structure end |