#[non_exhaustive]pub struct CreateTransitGatewayRouteTableAnnouncementInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for CreateTransitGatewayRouteTableAnnouncementInput
impl Clone for CreateTransitGatewayRouteTableAnnouncementInput
source§fn clone(&self) -> CreateTransitGatewayRouteTableAnnouncementInput
fn clone(&self) -> CreateTransitGatewayRouteTableAnnouncementInput
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<CreateTransitGatewayRouteTableAnnouncementInput> for CreateTransitGatewayRouteTableAnnouncementInput
impl PartialEq<CreateTransitGatewayRouteTableAnnouncementInput> for CreateTransitGatewayRouteTableAnnouncementInput
source§fn eq(&self, other: &CreateTransitGatewayRouteTableAnnouncementInput) -> bool
fn eq(&self, other: &CreateTransitGatewayRouteTableAnnouncementInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.