Class: Aws::CloudFront::Types::DeleteAnycastIpListRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the Anycast static IP list.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
# File 'lib/aws-sdk-cloudfront/types.rb', line 3856

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

#if_matchString

The current version (‘ETag` value) of the Anycast static IP list that you are deleting.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
# File 'lib/aws-sdk-cloudfront/types.rb', line 3856

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