Class: Aws::KinesisVideo::Types::DescribeEdgeConfigurationInput

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)


400
401
402
403
404
405
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 400

class DescribeEdgeConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream whose edge configuration you want to update. Specify either the ‘StreamName` or the `StreamARN`.

Returns:

  • (String)


400
401
402
403
404
405
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 400

class DescribeEdgeConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end