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.
1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1633 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
.
1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1633 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
.
1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1633 class StartEdgeConfigurationUpdateInput < Struct.new( :stream_name, :stream_arn, :edge_config) SENSITIVE = [] include Aws::Structure end |