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
StreamName
or the StreamARN
.
400 401 402 403 404 405 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 400 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
.
400 401 402 403 404 405 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 400 class DescribeEdgeConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |