Class: Aws::WorkDocs::Types::CreateNotificationSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with ‘https`.

Returns:

  • (String)


472
473
474
475
476
477
478
479
# File 'lib/aws-sdk-workdocs/types.rb', line 472

class CreateNotificationSubscriptionRequest < Struct.new(
  :organization_id,
  :endpoint,
  :protocol,
  :subscription_type)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The ID of the organization.

Returns:

  • (String)


472
473
474
475
476
477
478
479
# File 'lib/aws-sdk-workdocs/types.rb', line 472

class CreateNotificationSubscriptionRequest < Struct.new(
  :organization_id,
  :endpoint,
  :protocol,
  :subscription_type)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.

Returns:

  • (String)


472
473
474
475
476
477
478
479
# File 'lib/aws-sdk-workdocs/types.rb', line 472

class CreateNotificationSubscriptionRequest < Struct.new(
  :organization_id,
  :endpoint,
  :protocol,
  :subscription_type)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_typeString

The notification type.

Returns:

  • (String)


472
473
474
475
476
477
478
479
# File 'lib/aws-sdk-workdocs/types.rb', line 472

class CreateNotificationSubscriptionRequest < Struct.new(
  :organization_id,
  :endpoint,
  :protocol,
  :subscription_type)
  SENSITIVE = []
  include Aws::Structure
end