Class: Aws::CloudFront::Types::IpamConfig

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

Overview

The configuration IPAM settings that includes the quantity of CIDR configurations and the list of IPAM CIDR configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_cidr_configsArray<Types::IpamCidrConfig>

A list of IPAM CIDR configurations that define the IP address ranges, IPAM pools, and associated Anycast IP addresses.

Returns:



8842
8843
8844
8845
8846
8847
# File 'lib/aws-sdk-cloudfront/types.rb', line 8842

class IpamConfig < Struct.new(
  :quantity,
  :ipam_cidr_configs)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of IPAM CIDR configurations in the ‘IpamCidrConfigs` list.

Returns:

  • (Integer)


8842
8843
8844
8845
8846
8847
# File 'lib/aws-sdk-cloudfront/types.rb', line 8842

class IpamConfig < Struct.new(
  :quantity,
  :ipam_cidr_configs)
  SENSITIVE = []
  include Aws::Structure
end