Class: Aws::CloudFront::Types::AnycastIpListSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::AnycastIpListSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Anycast static IP list.
-
#etag ⇒ String
The current version (ETag value) of the Anycast static IP list.
-
#id ⇒ String
The ID of the Anycast static IP list.
-
#ip_address_type ⇒ String
The IP address type for the Anycast static IP list.
-
#ip_count ⇒ Integer
The number of IP addresses in the Anycast static IP list.
-
#ipam_config ⇒ Types::IpamConfig
The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.
-
#last_modified_time ⇒ Time
The last time the Anycast static IP list was modified.
-
#name ⇒ String
The name of the Anycast static IP list.
-
#status ⇒ String
The deployment status of the Anycast static IP list.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Anycast static IP list.
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 |
#etag ⇒ String
The current version (ETag value) of the Anycast static IP list.
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 |
#id ⇒ String
The ID of the Anycast static IP list.
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_type ⇒ String
The IP address type for the Anycast static IP list.
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_count ⇒ Integer
The number of IP addresses in the Anycast static IP list.
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_config ⇒ Types::IpamConfig
The IPAM configuration for the Anycast static IP list, that contains the quantity and list of IPAM CIDR configurations.
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_time ⇒ Time
The last time the Anycast static IP list was modified.
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 |
#name ⇒ String
The name of the Anycast static IP list.
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 |
#status ⇒ String
The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.
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 |