Class: Aws::CloudFront::Types::AnycastIpList

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

Overview

An Anycast static IP list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anycast_ipsArray<String>

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

Returns:

  • (Array<String>)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

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

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the Anycast static IP list.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#ip_countInteger

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

Returns:

  • (Integer)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time the Anycast static IP list was modified.

Returns:

  • (Time)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Anycast static IP list.

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


248
249
250
251
252
253
254
255
256
257
258
# File 'lib/aws-sdk-cloudfront/types.rb', line 248

class AnycastIpList < Struct.new(
  :id,
  :name,
  :status,
  :arn,
  :anycast_ips,
  :ip_count,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end