Class: Aws::CloudFront::Types::CreateAnycastIpListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateAnycastIpListResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anycast_ip_list ⇒ Types::AnycastIpList
A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.
-
#etag ⇒ String
The version identifier for the current version of the Anycast static IP list.
Instance Attribute Details
#anycast_ip_list ⇒ Types::AnycastIpList
A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.
1914 1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1914 class CreateAnycastIpListResult < Struct.new( :anycast_ip_list, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the Anycast static IP list.
1914 1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1914 class CreateAnycastIpListResult < Struct.new( :anycast_ip_list, :etag) SENSITIVE = [] include Aws::Structure end |