Class: Aws::KinesisVideo::Types::DescribeNotificationConfigurationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_configurationTypes::NotificationConfiguration

The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.



602
603
604
605
606
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 602

class DescribeNotificationConfigurationOutput < Struct.new(
  :notification_configuration)
  SENSITIVE = []
  include Aws::Structure
end