You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteStreamInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream_arn: "ResourceARN", # required
  current_version: "Version",
}

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)

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

#stream_arnString

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

Returns:

  • (String)

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