Class: Aws::KinesisVideo::Types::NotificationDestinationConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::KinesisVideo::Types::NotificationDestinationConfig
 
- Defined in:
- gems/aws-sdk-kinesisvideo/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 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1435 class NotificationDestinationConfig < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |