Class: Aws::WorkDocs::Types::DeleteNotificationSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DeleteNotificationSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The ID of the organization.
-
#subscription_id ⇒ String
The ID of the subscription.
Instance Attribute Details
#organization_id ⇒ String
The ID of the organization.
806 807 808 809 810 811 |
# File 'lib/aws-sdk-workdocs/types.rb', line 806 class DeleteNotificationSubscriptionRequest < Struct.new( :subscription_id, :organization_id) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The ID of the subscription.
806 807 808 809 810 811 |
# File 'lib/aws-sdk-workdocs/types.rb', line 806 class DeleteNotificationSubscriptionRequest < Struct.new( :subscription_id, :organization_id) SENSITIVE = [] include Aws::Structure end |