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 (
ETagvalue) of the Anycast static IP list that you are deleting.
Instance Attribute Details
#id ⇒ String
The ID of the Anycast static IP list.
4144 4145 4146 4147 4148 4149 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4144 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.
4144 4145 4146 4147 4148 4149 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4144 class DeleteAnycastIpListRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |