Class: Aws::KinesisVideo::Types::UpdateNotificationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UpdateNotificationConfigurationInput
- 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 containing the information required for notifications.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration.
-
#stream_name ⇒ String
The name of the stream from which to update the notification configuration.
Instance Attribute Details
#notification_configuration ⇒ Types::NotificationConfiguration
The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2040 class UpdateNotificationConfigurationInput < Struct.new( :stream_name, :stream_arn, :notification_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration. You must specify either the ‘StreamName` or the `StreamARN`.
2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2040 class UpdateNotificationConfigurationInput < Struct.new( :stream_name, :stream_arn, :notification_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream from which to update the notification configuration. You must specify either the ‘StreamName` or the `StreamARN`.
2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2040 class UpdateNotificationConfigurationInput < Struct.new( :stream_name, :stream_arn, :notification_configuration) SENSITIVE = [] include Aws::Structure end |