class Aws::KinesisVideo::Types::DeleteStreamInput

@note When making an API call, you may pass DeleteStreamInput

data as a hash:

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

@!attribute [rw] stream_arn

The Amazon Resource Name (ARN) of the stream that you want to
delete.
@return [String]

@!attribute [rw] current_version

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/DeleteStreamInput AWS API Documentation

Constants

SENSITIVE