Struct aws_sdk_ec2::operation::create_transit_gateway_peering_attachment::CreateTransitGatewayPeeringAttachmentInput
source · #[non_exhaustive]pub struct CreateTransitGatewayPeeringAttachmentInput { /* private fields */ }
Implementations§
source§impl CreateTransitGatewayPeeringAttachmentInput
impl CreateTransitGatewayPeeringAttachmentInput
sourcepub fn transit_gateway_id(&self) -> Option<&str>
pub fn transit_gateway_id(&self) -> Option<&str>
The ID of the transit gateway.
sourcepub fn peer_transit_gateway_id(&self) -> Option<&str>
pub fn peer_transit_gateway_id(&self) -> Option<&str>
The ID of the peer transit gateway with which to create the peering attachment.
sourcepub fn peer_account_id(&self) -> Option<&str>
pub fn peer_account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the peer transit gateway.
sourcepub fn peer_region(&self) -> Option<&str>
pub fn peer_region(&self) -> Option<&str>
The Region where the peer transit gateway is located.
sourcepub fn options(
&self
) -> Option<&CreateTransitGatewayPeeringAttachmentRequestOptions>
pub fn options( &self ) -> Option<&CreateTransitGatewayPeeringAttachmentRequestOptions>
Requests a transit gateway peering attachment.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to apply to the transit gateway peering attachment.
source§impl CreateTransitGatewayPeeringAttachmentInput
impl CreateTransitGatewayPeeringAttachmentInput
sourcepub fn builder() -> CreateTransitGatewayPeeringAttachmentInputBuilder
pub fn builder() -> CreateTransitGatewayPeeringAttachmentInputBuilder
Creates a new builder-style object to manufacture CreateTransitGatewayPeeringAttachmentInput
.
source§impl CreateTransitGatewayPeeringAttachmentInput
impl CreateTransitGatewayPeeringAttachmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayPeeringAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateTransitGatewayPeeringAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTransitGatewayPeeringAttachment
>
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringAttachmentInput
impl Clone for CreateTransitGatewayPeeringAttachmentInput
source§fn clone(&self) -> CreateTransitGatewayPeeringAttachmentInput
fn clone(&self) -> CreateTransitGatewayPeeringAttachmentInput
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<CreateTransitGatewayPeeringAttachmentInput> for CreateTransitGatewayPeeringAttachmentInput
impl PartialEq<CreateTransitGatewayPeeringAttachmentInput> for CreateTransitGatewayPeeringAttachmentInput
source§fn eq(&self, other: &CreateTransitGatewayPeeringAttachmentInput) -> bool
fn eq(&self, other: &CreateTransitGatewayPeeringAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTransitGatewayPeeringAttachmentInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitGatewayPeeringAttachmentInput
impl Send for CreateTransitGatewayPeeringAttachmentInput
impl Sync for CreateTransitGatewayPeeringAttachmentInput
impl Unpin for CreateTransitGatewayPeeringAttachmentInput
impl UnwindSafe for CreateTransitGatewayPeeringAttachmentInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more