Class: Aws::KinesisVideo::Types::DescribeNotificationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeNotificationConfigurationInput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration.
-
#stream_name ⇒ String
The name of the stream from which to retrieve the notification configuration.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis video stream from
where you want to retrieve the notification configuration. You must
specify either the StreamName or the StreamARN.
599 600 601 602 603 604 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 599 class DescribeNotificationConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream from which to retrieve the notification
configuration. You must specify either the StreamName or the
StreamARN.
599 600 601 602 603 604 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 599 class DescribeNotificationConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |