Class: Aws::WorkDocs::Types::CreateNotificationSubscriptionResponse

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

#subscriptionTypes::Subscription

The subscription.

Returns:



487
488
489
490
491
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 487

class CreateNotificationSubscriptionResponse < Struct.new(
  :subscription)
  SENSITIVE = []
  include Aws::Structure
end