You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateNotificationSubscriptionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  organization_id: "IdType", # required
  endpoint: "SubscriptionEndPointType", # required
  protocol: "HTTPS", # required, accepts HTTPS
  subscription_type: "ALL", # required, accepts ALL
}

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)

    The endpoint to receive the notifications.

#organization_idString

The ID of the organization.

Returns:

  • (String)

    The ID of the organization.

#protocolString

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

Possible values:

  • HTTPS

Returns:

  • (String)

    The protocol to use.

#subscription_typeString

The notification type.

Possible values:

  • ALL

Returns:

  • (String)

    The notification type.