Class: Aws::CloudFront::Types::AnycastIpListSummary

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

Overview

An abbreviated version of the AnycastIpList structure. Omits the allocated static IP addresses (AnycastIpList$AnycastIps).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Anycast static IP list.

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version (ETag value) of the Anycast static IP list.

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the Anycast static IP list.

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The IP address type for the Anycast static IP list.

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#ip_countInteger

The number of IP addresses in the Anycast static IP list.

Returns:

  • (Integer)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_configTypes::IpamConfig

The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.

Returns:



368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time the Anycast static IP list was modified.

Returns:

  • (Time)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Anycast static IP list.

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.

Returns:

  • (String)


368
369
370
371
372
373
374
375
376
377
378
379
380
# File 'lib/aws-sdk-cloudfront/types.rb', line 368

class AnycastIpListSummary < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :ip_count,
  :last_modified_time,
  :ip_address_type,
  :etag,
  :ipam_config)
  SENSITIVE = []
  include Aws::Structure
end