Class: Aws::KinesisVideo::Types::NotificationConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::KinesisVideo::Types::NotificationConfiguration
 
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
The structure that contains the notification information for the KVS images delivery. If this parameter is null, the configuration will be deleted from the stream.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #destination_config  ⇒ Types::NotificationDestinationConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The destination information required to deliver a notification to a customer. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates if a notification configuration is enabled or disabled. 
Instance Attribute Details
#destination_config ⇒ Types::NotificationDestinationConfig
The destination information required to deliver a notification to a customer.
| 1418 1419 1420 1421 1422 1423 | # File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1418 class NotificationConfiguration < Struct.new( :status, :destination_config) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
Indicates if a notification configuration is enabled or disabled.
| 1418 1419 1420 1421 1422 1423 | # File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1418 class NotificationConfiguration < Struct.new( :status, :destination_config) SENSITIVE = [] include Aws::Structure end |