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.
314 315 316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 314 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.
314 315 316 317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 314 class AnycastIpListCollection < Struct.new( :items, :marker, :next_marker, :max_items, :is_truncated, :quantity) SENSITIVE = [] include Aws::Structure end |