Class: Aws::WorkDocs::Types::CreateNotificationSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateNotificationSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint to receive the notifications.
-
#organization_id ⇒ String
The ID of the organization.
-
#protocol ⇒ String
The protocol to use.
-
#subscription_type ⇒ String
The notification type.
Instance Attribute Details
#endpoint ⇒ String
The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with ‘https`.
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_id ⇒ String
The ID of the organization.
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 |
#protocol ⇒ String
The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
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_type ⇒ String
The notification type.
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 |