Class: Aws::ConnectHealth::Types::ListSubscriptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ListSubscriptionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next page of results.
-
#subscriptions ⇒ Array<Types::SubscriptionDescription>
List of Subscriptions.
Instance Attribute Details
#next_token ⇒ String
Token for the next page of results.
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 |
#subscriptions ⇒ Array<Types::SubscriptionDescription>
List of Subscriptions.
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 |