Class: Aws::WorkDocs::Types::DeleteNotificationSubscriptionRequest

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

#organization_idString

The ID of the organization.

Returns:

  • (String)


806
807
808
809
810
811
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 806

class DeleteNotificationSubscriptionRequest < Struct.new(
  :subscription_id,
  :organization_id)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_idString

The ID of the subscription.

Returns:

  • (String)


806
807
808
809
810
811
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 806

class DeleteNotificationSubscriptionRequest < Struct.new(
  :subscription_id,
  :organization_id)
  SENSITIVE = []
  include Aws::Structure
end