Class: Aws::WorkDocs::Types::DescribeNotificationSubscriptionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Returns:

  • (String)


1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1188

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

#subscriptionsArray<Types::Subscription>

The subscriptions.

Returns:



1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1188

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