#[non_exhaustive]pub struct CreateTransitGatewayRouteTableAnnouncementInput { /* private fields */ }
Implementations
sourceimpl CreateTransitGatewayRouteTableAnnouncementInput
impl CreateTransitGatewayRouteTableAnnouncementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayRouteTableAnnouncement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayRouteTableAnnouncement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTransitGatewayRouteTableAnnouncement
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayRouteTableAnnouncementInput
.
sourceimpl CreateTransitGatewayRouteTableAnnouncementInput
impl CreateTransitGatewayRouteTableAnnouncementInput
sourcepub fn transit_gateway_route_table_id(&self) -> Option<&str>
pub fn transit_gateway_route_table_id(&self) -> Option<&str>
The ID of the transit gateway route table.
sourcepub fn peering_attachment_id(&self) -> Option<&str>
pub fn peering_attachment_id(&self) -> Option<&str>
The ID of the peering attachment.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags specifications applied to the transit gateway route table announcement.
Trait Implementations
sourceimpl Clone for CreateTransitGatewayRouteTableAnnouncementInput
impl Clone for CreateTransitGatewayRouteTableAnnouncementInput
sourcefn clone(&self) -> CreateTransitGatewayRouteTableAnnouncementInput
fn clone(&self) -> CreateTransitGatewayRouteTableAnnouncementInput
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<CreateTransitGatewayRouteTableAnnouncementInput> for CreateTransitGatewayRouteTableAnnouncementInput
impl PartialEq<CreateTransitGatewayRouteTableAnnouncementInput> for CreateTransitGatewayRouteTableAnnouncementInput
sourcefn eq(&self, other: &CreateTransitGatewayRouteTableAnnouncementInput) -> bool
fn eq(&self, other: &CreateTransitGatewayRouteTableAnnouncementInput) -> bool
impl StructuralPartialEq for CreateTransitGatewayRouteTableAnnouncementInput
Auto Trait Implementations
impl RefUnwindSafe for CreateTransitGatewayRouteTableAnnouncementInput
impl Send for CreateTransitGatewayRouteTableAnnouncementInput
impl Sync for CreateTransitGatewayRouteTableAnnouncementInput
impl Unpin for CreateTransitGatewayRouteTableAnnouncementInput
impl UnwindSafe for CreateTransitGatewayRouteTableAnnouncementInput
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