Class: Aws::QBusiness::Types::ListAttachmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListAttachmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the Amazon Q Business application.
-
#conversation_id ⇒ String
The unique identifier of the Amazon Q Business web experience conversation.
-
#max_results ⇒ Integer
The maximum number of attachements to return.
-
#next_token ⇒ String
If the number of attachments returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of attachments.
-
#user_id ⇒ String
The unique identifier of the user involved in the Amazon Q Business web experience conversation.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the Amazon Q Business application.
5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5086 class ListAttachmentsRequest < Struct.new( :application_id, :conversation_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The unique identifier of the Amazon Q Business web experience conversation.
5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5086 class ListAttachmentsRequest < Struct.new( :application_id, :conversation_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of attachements to return.
5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5086 class ListAttachmentsRequest < Struct.new( :application_id, :conversation_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the number of attachments returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of attachments.
5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5086 class ListAttachmentsRequest < Struct.new( :application_id, :conversation_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier of the user involved in the Amazon Q Business web experience conversation.
5086 5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5086 class ListAttachmentsRequest < Struct.new( :application_id, :conversation_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |