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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The request to delete a streaming distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The distribution ID.

Returns:

  • (String)


3347
3348
3349
3350
3351
3352
# File 'lib/aws-sdk-cloudfront/types.rb', line 3347

class DeleteStreamingDistributionRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

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

Returns:

  • (String)


3347
3348
3349
3350
3351
3352
# File 'lib/aws-sdk-cloudfront/types.rb', line 3347

class DeleteStreamingDistributionRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end