pub struct ManagedZonesListResponse {
pub kind: Option<String>,
pub managed_zones: Option<Vec<ManagedZone>>,
pub next_page_token: Option<String>,
}Expand description
There is no detailed description.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list managed zones (response)
Fields§
§kind: Option<String>Type of resource.
managed_zones: Option<Vec<ManagedZone>>The managed zone resources.
next_page_token: Option<String>This field indicates that more results are available beyond the last page displayed. To fetch the results, make another list request and use this value as your page token. This lets you retrieve the complete contents of a very large collection one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You can’t retrieve a consistent snapshot of a collection larger than the maximum page size.
Trait Implementations§
Source§impl Clone for ManagedZonesListResponse
impl Clone for ManagedZonesListResponse
Source§fn clone(&self) -> ManagedZonesListResponse
fn clone(&self) -> ManagedZonesListResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more