#[non_exhaustive]pub struct DeleteTransitGatewayPrefixListReferenceInput { /* private fields */ }
Implementations
sourceimpl DeleteTransitGatewayPrefixListReferenceInput
impl DeleteTransitGatewayPrefixListReferenceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTransitGatewayPrefixListReference, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTransitGatewayPrefixListReference, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTransitGatewayPrefixListReference
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTransitGatewayPrefixListReferenceInput
.
sourceimpl DeleteTransitGatewayPrefixListReferenceInput
impl DeleteTransitGatewayPrefixListReferenceInput
sourcepub fn transit_gateway_route_table_id(&self) -> Option<&str>
pub fn transit_gateway_route_table_id(&self) -> Option<&str>
The ID of the route table.
sourcepub fn prefix_list_id(&self) -> Option<&str>
pub fn prefix_list_id(&self) -> Option<&str>
The ID of the prefix list.
Trait Implementations
sourceimpl Clone for DeleteTransitGatewayPrefixListReferenceInput
impl Clone for DeleteTransitGatewayPrefixListReferenceInput
sourcefn clone(&self) -> DeleteTransitGatewayPrefixListReferenceInput
fn clone(&self) -> DeleteTransitGatewayPrefixListReferenceInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteTransitGatewayPrefixListReferenceInput> for DeleteTransitGatewayPrefixListReferenceInput
impl PartialEq<DeleteTransitGatewayPrefixListReferenceInput> for DeleteTransitGatewayPrefixListReferenceInput
sourcefn eq(&self, other: &DeleteTransitGatewayPrefixListReferenceInput) -> bool
fn eq(&self, other: &DeleteTransitGatewayPrefixListReferenceInput) -> bool
impl StructuralPartialEq for DeleteTransitGatewayPrefixListReferenceInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteTransitGatewayPrefixListReferenceInput
impl Send for DeleteTransitGatewayPrefixListReferenceInput
impl Sync for DeleteTransitGatewayPrefixListReferenceInput
impl Unpin for DeleteTransitGatewayPrefixListReferenceInput
impl UnwindSafe for DeleteTransitGatewayPrefixListReferenceInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more