Class: Aws::KinesisVideo::Types::StartEdgeConfigurationUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::StartEdgeConfigurationUpdateInput
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_config ⇒ Types::EdgeConfig
The edge configuration details required to invoke the update process.
-
#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
#edge_config ⇒ Types::EdgeConfig
The edge configuration details required to invoke the update process.
1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1695 class StartEdgeConfigurationUpdateInput < Struct.new( :stream_name, :stream_arn, :edge_config) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream. Specify either the
StreamName or the StreamARN.
1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1695 class StartEdgeConfigurationUpdateInput < Struct.new( :stream_name, :stream_arn, :edge_config) 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.
1695 1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1695 class StartEdgeConfigurationUpdateInput < Struct.new( :stream_name, :stream_arn, :edge_config) SENSITIVE = [] include Aws::Structure end |