Class: Aws::CloudFront::Types::CreateAnycastIpListRequest

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

#ip_countInteger

The number of static IP addresses that are allocated to the Anycast static IP list.

Returns:

  • (Integer)


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

#nameString

Name of the Anycast static IP list.

Returns:

  • (String)


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

#tagsTypes::Tags

A complex type that contains zero or more ‘Tag` elements.

Returns:



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