Class: Aws::KinesisVideo::Types::UpdateNotificationConfigurationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_configurationTypes::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 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 2040

class UpdateNotificationConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :notification_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

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.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 2040

class UpdateNotificationConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :notification_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream from which to update the notification configuration. You must specify either the StreamName or the StreamARN.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 2040

class UpdateNotificationConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn,
  :notification_configuration)
  SENSITIVE = []
  include Aws::Structure
end