Class: Aws::CloudFront::Types::UpdateAnycastIpListRequest

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)


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_matchString

The current version (ETag value) of the Anycast static IP list that you are updating.

Returns:

  • (String)


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_typeString

The IP address type for the Anycast static IP list. You can specify one of the following options:

  • ipv4 only

  • ipv6 only

  • dualstack - Allocate a list of both IPv4 and IPv6 addresses

Returns:

  • (String)


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