Struct rusoto_route53::ListResourceRecordSetsResponse [] [src]

pub struct ListResourceRecordSetsResponse {
    pub is_truncated: PageTruncated,
    pub max_items: PageMaxItems,
    pub next_record_identifier: Option<ResourceRecordSetIdentifier>,
    pub next_record_name: Option<DNSName>,
    pub next_record_type: Option<RRType>,
    pub resource_record_sets: ResourceRecordSets,
}

A complex type that contains list information for the resource record set.

Fields

A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

The maximum number of records you requested.

Weighted, latency, geolocation, and failover resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

If the results were truncated, the name of the next record in the list.

This element is present only if IsTruncated is true.

If the results were truncated, the type of the next record in the list.

This element is present only if IsTruncated is true.

Information about multiple resource record sets.

Trait Implementations

impl Default for ListResourceRecordSetsResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ListResourceRecordSetsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResourceRecordSetsResponse
[src]

Formats the value using the given formatter.