Class: Aws::WorkDocs::Types::DescribeNotificationSubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeNotificationSubscriptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of items to return with this call.
-
#marker ⇒ String
The marker for the next set of results.
-
#organization_id ⇒ String
The ID of the organization.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of items to return with this call.
1169 1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1169 class DescribeNotificationSubscriptionsRequest < Struct.new( :organization_id, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1169 1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1169 class DescribeNotificationSubscriptionsRequest < Struct.new( :organization_id, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The ID of the organization.
1169 1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1169 class DescribeNotificationSubscriptionsRequest < Struct.new( :organization_id, :marker, :limit) SENSITIVE = [] include Aws::Structure end |