Class: Aws::ConnectHealth::Types::ListSubscriptionsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next page of results.

Returns:

  • (String)


801
802
803
804
805
806
# File 'lib/aws-sdk-connecthealth/types.rb', line 801

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

#subscriptionsArray<Types::SubscriptionDescription>

List of Subscriptions.

Returns:



801
802
803
804
805
806
# File 'lib/aws-sdk-connecthealth/types.rb', line 801

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