Class: Aws::CloudFront::Types::AnycastIpListCollection
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::AnycastIpListCollection
- 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
-
#is_truncated ⇒ Boolean
If there are more items in the list collection than are in this response, this value is ‘true`.
-
#items ⇒ Array<Types::AnycastIpListSummary>
Items in the Anycast static IP list collection.
-
#marker ⇒ String
Use this field when paginating results to indicate where to begin in your list.
-
#max_items ⇒ Integer
The maximum number of Anycast static IP list collections that you want returned in the response.
-
#next_marker ⇒ String
Indicates the next page of the Anycast static IP list collection.
-
#quantity ⇒ Integer
The quantity of Anycast static IP lists in the collection.
Instance Attribute Details
#is_truncated ⇒ Boolean
If there are more items in the list collection than are in this response, this value is ‘true`.
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 |
#items ⇒ Array<Types::AnycastIpListSummary>
Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.
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 |
#marker ⇒ String
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.
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_items ⇒ Integer
The maximum number of Anycast static IP list collections that you want returned in the response.
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_marker ⇒ String
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.
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 |
#quantity ⇒ Integer
The quantity of Anycast static IP lists in the collection.
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 |