Class: Aws::CloudFront::Types::CreateAnycastIpListResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anycast_ip_listTypes::AnycastIpList

A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.



2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2456

class CreateAnycastIpListResult < Struct.new(
  :anycast_ip_list,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The version identifier for the current version of the Anycast static IP list.

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2456

class CreateAnycastIpListResult < Struct.new(
  :anycast_ip_list,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end