Class: Aws::QBusiness::Types::ListSubscriptionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of subscriptions.

Returns:

  • (String)


6786
6787
6788
6789
6790
6791
# File 'lib/aws-sdk-qbusiness/types.rb', line 6786

class ListSubscriptionsResponse < Struct.new(
  :next_token,
  :subscriptions)
  SENSITIVE = []
  include Aws::Structure
end

#subscriptionsArray<Types::Subscription>

An array of summary information on the subscriptions configured for an Amazon Q Business application.

Returns:



6786
6787
6788
6789
6790
6791
# File 'lib/aws-sdk-qbusiness/types.rb', line 6786

class ListSubscriptionsResponse < Struct.new(
  :next_token,
  :subscriptions)
  SENSITIVE = []
  include Aws::Structure
end