Class: Aws::KinesisVideo::Types::DeleteEdgeConfigurationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideo/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The Amazon Resource Name (ARN) of the stream. Specify either the ‘StreamName` or the `StreamARN`.

Returns:

  • (String)


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_nameString

The name of the stream from which to delete the edge configuration. Specify either the ‘StreamName` or the `StreamARN`.

Returns:

  • (String)


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