Class: Aws::CloudFront::Types::AnycastIpListCollection

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

Overview

The Anycast static IP list collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

If there are more items in the list collection than are in this response, this value is ‘true`.

Returns:

  • (Boolean)


297
298
299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-cloudfront/types.rb', line 297

class AnycastIpListCollection < Struct.new(
  :items,
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::AnycastIpListSummary>

Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.

Returns:



297
298
299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-cloudfront/types.rb', line 297

class AnycastIpListCollection < Struct.new(
  :items,
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur after the marker. To get the next page of the list, set this field’s value to the value of ‘NextMarker` from the current page’s response.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-cloudfront/types.rb', line 297

class AnycastIpListCollection < Struct.new(
  :items,
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of Anycast static IP list collections that you want returned in the response.

Returns:

  • (Integer)


297
298
299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-cloudfront/types.rb', line 297

class AnycastIpListCollection < Struct.new(
  :items,
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

Indicates the next page of the Anycast static IP list collection. To get the next page of the list, use this value in the ‘Marker` field of your request.

Returns:

  • (String)


297
298
299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-cloudfront/types.rb', line 297

class AnycastIpListCollection < Struct.new(
  :items,
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The quantity of Anycast static IP lists in the collection.

Returns:

  • (Integer)


297
298
299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-cloudfront/types.rb', line 297

class AnycastIpListCollection < Struct.new(
  :items,
  :marker,
  :next_marker,
  :max_items,
  :is_truncated,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end