Class: Aws::KinesisVideo::Types::DescribeEdgeConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeEdgeConfigurationInput
- 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 stream.
-
#stream_name ⇒ String
The name of the stream whose edge configuration you want to update.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream. Specify either the
StreamNameor the StreamARN.
412 413 414 415 416 417 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 412 class DescribeEdgeConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream whose edge configuration you want to update.
Specify either the StreamName or the StreamARN.
412 413 414 415 416 417 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 412 class DescribeEdgeConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |