Class: Aws::CloudFront::Types::UpdateAnycastIpListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateAnycastIpListRequest
- 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 updating.
-
#ip_address_type ⇒ String
The IP address type for the Anycast static IP list.
Instance Attribute Details
#id ⇒ String
The ID of the Anycast static IP list.
15871 15872 15873 15874 15875 15876 15877 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15871 class UpdateAnycastIpListRequest < Struct.new( :id, :ip_address_type, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (ETag value) of the Anycast static IP list that you are updating.
15871 15872 15873 15874 15875 15876 15877 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15871 class UpdateAnycastIpListRequest < Struct.new( :id, :ip_address_type, :if_match) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The IP address type for the Anycast static IP list. You can specify one of the following options:
-
ipv4only -
ipv6only -
dualstack- Allocate a list of both IPv4 and IPv6 addresses
15871 15872 15873 15874 15875 15876 15877 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15871 class UpdateAnycastIpListRequest < Struct.new( :id, :ip_address_type, :if_match) SENSITIVE = [] include Aws::Structure end |