Class: Aws::QBusiness::Types::ListAttachmentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::Attachment>

An array of information on one or more attachments.

Returns:



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_tokenString

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.

Returns:

  • (String)


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