#[non_exhaustive]pub struct DeleteTransitGatewayPrefixListReferenceOutput { /* private fields */ }
Implementations§
source§impl DeleteTransitGatewayPrefixListReferenceOutput
impl DeleteTransitGatewayPrefixListReferenceOutput
sourcepub fn transit_gateway_prefix_list_reference(
&self
) -> Option<&TransitGatewayPrefixListReference>
pub fn transit_gateway_prefix_list_reference(
&self
) -> Option<&TransitGatewayPrefixListReference>
Information about the deleted prefix list reference.
source§impl DeleteTransitGatewayPrefixListReferenceOutput
impl DeleteTransitGatewayPrefixListReferenceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTransitGatewayPrefixListReferenceOutput
.
Trait Implementations§
source§impl Clone for DeleteTransitGatewayPrefixListReferenceOutput
impl Clone for DeleteTransitGatewayPrefixListReferenceOutput
source§fn clone(&self) -> DeleteTransitGatewayPrefixListReferenceOutput
fn clone(&self) -> DeleteTransitGatewayPrefixListReferenceOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DeleteTransitGatewayPrefixListReferenceOutput> for DeleteTransitGatewayPrefixListReferenceOutput
impl PartialEq<DeleteTransitGatewayPrefixListReferenceOutput> for DeleteTransitGatewayPrefixListReferenceOutput
source§fn eq(&self, other: &DeleteTransitGatewayPrefixListReferenceOutput) -> bool
fn eq(&self, other: &DeleteTransitGatewayPrefixListReferenceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.