Class: Aws::KinesisVideo::Types::NotificationDestinationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::NotificationDestinationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
The structure that contains the information required to deliver a notification to a customer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
Instance Attribute Details
#uri ⇒ String
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1435 class NotificationDestinationConfig < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |