Struct rusoto_route53::CreateVPCAssociationAuthorizationResponse [] [src]

pub struct CreateVPCAssociationAuthorizationResponse {
    pub hosted_zone_id: ResourceId,
    pub vpc: VPC,
}

A complex type that contains the response information from a CreateVPCAssociationAuthorization request.

Fields

The ID of the hosted zone that you authorized associating a VPC with.

The VPC that you authorized associating with a hosted zone.

Trait Implementations

impl Default for CreateVPCAssociationAuthorizationResponse
[src]

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

impl Clone for CreateVPCAssociationAuthorizationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateVPCAssociationAuthorizationResponse
[src]

Formats the value using the given formatter.