Class: Aws::QBusiness::Types::ListAttachmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListAttachmentsResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::Attachment>
An array of information on one or more attachments.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of attachments.
Instance Attribute Details
#attachments ⇒ Array<Types::Attachment>
An array of information on one or more attachments.
4932 4933 4934 4935 4936 4937 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4932 class ListAttachmentsResponse < Struct.new( :attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of attachments.
4932 4933 4934 4935 4936 4937 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4932 class ListAttachmentsResponse < Struct.new( :attachments, :next_token) SENSITIVE = [] include Aws::Structure end |