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)


3257
3258
3259
3260
3261
3262
# File 'lib/aws-sdk-cloudfront/types.rb', line 3257

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)


3257
3258
3259
3260
3261
3262
# File 'lib/aws-sdk-cloudfront/types.rb', line 3257

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