Struct rusoto_route53::ListVPCAssociationAuthorizationsResponse [] [src]

pub struct ListVPCAssociationAuthorizationsResponse {
    pub hosted_zone_id: String,
    pub next_token: Option<String>,
    pub vp_cs: Vec<VPC>,
}

A complex type that contains the response information for the request.

Fields

The ID of the hosted zone that you can associate the listed VPCs with.

When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the nexttoken request parameter.

The list of VPCs that are authorized to be associated with the specified hosted zone.

Trait Implementations

impl Default for ListVPCAssociationAuthorizationsResponse
[src]

[src]

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

impl Debug for ListVPCAssociationAuthorizationsResponse
[src]

[src]

Formats the value using the given formatter.