Class: Aws::KinesisVideo::Types::DeleteEdgeConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DeleteEdgeConfigurationInput
- Includes:
- Structure
- Defined in:
- 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 from which to delete the edge configuration.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream. Specify either the ‘StreamName` or the `StreamARN`.
286 287 288 289 290 291 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 286 class DeleteEdgeConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream from which to delete the edge configuration. Specify either the ‘StreamName` or the `StreamARN`.
286 287 288 289 290 291 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 286 class DeleteEdgeConfigurationInput < Struct.new( :stream_name, :stream_arn) SENSITIVE = [] include Aws::Structure end |