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.
-
#id ⇒ String
The ID of the Anycast static IP list.
-
#ip_count ⇒ Integer
The number of IP addresses in the Anycast static IP list.
-
#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.
338 339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 338 class AnycastIpListSummary < Struct.new( :id, :name, :status, :arn, :ip_count, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the Anycast static IP list.
338 339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 338 class AnycastIpListSummary < Struct.new( :id, :name, :status, :arn, :ip_count, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#ip_count ⇒ Integer
The number of IP addresses in the Anycast static IP list.
338 339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 338 class AnycastIpListSummary < Struct.new( :id, :name, :status, :arn, :ip_count, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last time the Anycast static IP list was modified.
338 339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 338 class AnycastIpListSummary < Struct.new( :id, :name, :status, :arn, :ip_count, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Anycast static IP list.
338 339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 338 class AnycastIpListSummary < Struct.new( :id, :name, :status, :arn, :ip_count, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The deployment status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.
338 339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 338 class AnycastIpListSummary < Struct.new( :id, :name, :status, :arn, :ip_count, :last_modified_time) SENSITIVE = [] include Aws::Structure end |