Class: Aws::CloudFront::Types::DeleteAnycastIpListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteAnycastIpListRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
3263 3264 3265 3266 3267 3268 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3263 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.
3263 3264 3265 3266 3267 3268 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3263 class DeleteAnycastIpListRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |