Class: Aws::CloudFront::Types::CreateAnycastIpListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateAnycastIpListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_count ⇒ Integer
The number of static IP addresses that are allocated to the Anycast static IP list.
-
#name ⇒ String
Name of the Anycast static IP list.
-
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
Instance Attribute Details
#ip_count ⇒ Integer
The number of static IP addresses that are allocated to the Anycast static IP list.
1888 1889 1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1888 class CreateAnycastIpListRequest < Struct.new( :name, :ip_count, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Anycast static IP list.
1888 1889 1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1888 class CreateAnycastIpListRequest < Struct.new( :name, :ip_count, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::Tags
A complex type that contains zero or more ‘Tag` elements.
1888 1889 1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1888 class CreateAnycastIpListRequest < Struct.new( :name, :ip_count, :tags) SENSITIVE = [] include Aws::Structure end |