Class: Aws::WorkDocs::Types::DescribeNotificationSubscriptionsRequest

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

#limitInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1169

class DescribeNotificationSubscriptionsRequest < Struct.new(
  :organization_id,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1169

class DescribeNotificationSubscriptionsRequest < Struct.new(
  :organization_id,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The ID of the organization.

Returns:

  • (String)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1169

class DescribeNotificationSubscriptionsRequest < Struct.new(
  :organization_id,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end