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.



614
615
616
617
618
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 614

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