#[non_exhaustive]pub struct AcceptTransitGatewayPeeringAttachmentInput { /* private fields */ }
Implementations§
source§impl AcceptTransitGatewayPeeringAttachmentInput
impl AcceptTransitGatewayPeeringAttachmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptTransitGatewayPeeringAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptTransitGatewayPeeringAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AcceptTransitGatewayPeeringAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceptTransitGatewayPeeringAttachmentInput
.
source§impl AcceptTransitGatewayPeeringAttachmentInput
impl AcceptTransitGatewayPeeringAttachmentInput
sourcepub fn transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the transit gateway attachment.
Trait Implementations§
source§impl Clone for AcceptTransitGatewayPeeringAttachmentInput
impl Clone for AcceptTransitGatewayPeeringAttachmentInput
source§fn clone(&self) -> AcceptTransitGatewayPeeringAttachmentInput
fn clone(&self) -> AcceptTransitGatewayPeeringAttachmentInput
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<AcceptTransitGatewayPeeringAttachmentInput> for AcceptTransitGatewayPeeringAttachmentInput
impl PartialEq<AcceptTransitGatewayPeeringAttachmentInput> for AcceptTransitGatewayPeeringAttachmentInput
source§fn eq(&self, other: &AcceptTransitGatewayPeeringAttachmentInput) -> bool
fn eq(&self, other: &AcceptTransitGatewayPeeringAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.