Class: Aws::KinesisVideo::Types::DeleteStreamInput

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

#current_versionString

Optional: The version of the stream that you want to delete.

Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the ‘DescribeStream` API.

If not specified, only the ‘CreationTime` is checked before deleting the stream.

Returns:

  • (String)


340
341
342
343
344
345
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 340

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

#stream_arnString

The Amazon Resource Name (ARN) of the stream that you want to delete.

Returns:

  • (String)


340
341
342
343
344
345
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 340

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