Class: Aws::WorkDocs::Types::DescribeNotificationSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeNotificationSubscriptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker to use when requesting the next set of results.
-
#subscriptions ⇒ Array<Types::Subscription>
The subscriptions.
Instance Attribute Details
#marker ⇒ String
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
1188 1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1188 class DescribeNotificationSubscriptionsResponse < Struct.new( :subscriptions, :marker) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
The subscriptions.
1188 1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1188 class DescribeNotificationSubscriptionsResponse < Struct.new( :subscriptions, :marker) SENSITIVE = [] include Aws::Structure end |