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
- Struct
- Aws::KinesisVideo::Types::DeleteStreamInput
- 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
-
#current_version ⇒ String
Optional: The version of the stream that you want to delete.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to delete.
Instance Attribute Details
#current_version ⇒ String
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.
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to delete.