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

Class: Aws::CloudFront::Types::DeleteStreamingDistributionRequest

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

Overview

Note:

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

{
  id: "string", # required
  if_match: "string",
}

The request to delete a streaming distribution.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The distribution ID.

Returns:

  • (String)

    The distribution ID.

#if_matchString

The value of the ETag header that you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)

    The value of the ETag header that you received when you disabled the streaming distribution.