Struct rusoto_route53::DeleteVPCAssociationAuthorizationRequest[][src]

pub struct DeleteVPCAssociationAuthorizationRequest {
    pub hosted_zone_id: String,
    pub vpc: VPC,
}

A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.

Fields

When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.

When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.

Trait Implementations

impl Default for DeleteVPCAssociationAuthorizationRequest
[src]

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

impl Debug for DeleteVPCAssociationAuthorizationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteVPCAssociationAuthorizationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteVPCAssociationAuthorizationRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations