Class: Aws::KinesisVideo::Types::DescribeNotificationConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeNotificationConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_configuration ⇒ Types::NotificationConfiguration
The structure that contains the information required for notifications.
Instance Attribute Details
#notification_configuration ⇒ Types::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 |