Class: Aws::WorkDocs::Types::CreateNotificationSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateNotificationSubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription ⇒ Types::Subscription
The subscription.
Instance Attribute Details
#subscription ⇒ Types::Subscription
The subscription.
487 488 489 490 491 |
# File 'lib/aws-sdk-workdocs/types.rb', line 487 class CreateNotificationSubscriptionResponse < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end |