Class: Aws::CloudFront::Types::DeleteAnycastIpListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteAnycastIpListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the Anycast static IP list.
-
#if_match ⇒ String
The current version (‘ETag` value) of the Anycast static IP list that you are deleting.
Instance Attribute Details
#id ⇒ String
The ID of the Anycast static IP list.
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_match ⇒ String
The current version (‘ETag` value) of the Anycast static IP list that you are deleting.
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 |