Struct aws_sdk_ec2::operation::create_transit_gateway_connect::CreateTransitGatewayConnectInput
source · #[non_exhaustive]pub struct CreateTransitGatewayConnectInput { /* private fields */ }
Implementations§
source§impl CreateTransitGatewayConnectInput
impl CreateTransitGatewayConnectInput
sourcepub fn transport_transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transport_transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.
sourcepub fn options(&self) -> Option<&CreateTransitGatewayConnectRequestOptions>
pub fn options(&self) -> Option<&CreateTransitGatewayConnectRequestOptions>
The Connect attachment options.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to apply to the Connect attachment.
source§impl CreateTransitGatewayConnectInput
impl CreateTransitGatewayConnectInput
sourcepub fn builder() -> CreateTransitGatewayConnectInputBuilder
pub fn builder() -> CreateTransitGatewayConnectInputBuilder
Creates a new builder-style object to manufacture CreateTransitGatewayConnectInput
.
source§impl CreateTransitGatewayConnectInput
impl CreateTransitGatewayConnectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayConnect, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateTransitGatewayConnect, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTransitGatewayConnect
>
Trait Implementations§
source§impl Clone for CreateTransitGatewayConnectInput
impl Clone for CreateTransitGatewayConnectInput
source§fn clone(&self) -> CreateTransitGatewayConnectInput
fn clone(&self) -> CreateTransitGatewayConnectInput
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<CreateTransitGatewayConnectInput> for CreateTransitGatewayConnectInput
impl PartialEq<CreateTransitGatewayConnectInput> for CreateTransitGatewayConnectInput
source§fn eq(&self, other: &CreateTransitGatewayConnectInput) -> bool
fn eq(&self, other: &CreateTransitGatewayConnectInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTransitGatewayConnectInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateTransitGatewayConnectInput
impl Send for CreateTransitGatewayConnectInput
impl Sync for CreateTransitGatewayConnectInput
impl Unpin for CreateTransitGatewayConnectInput
impl UnwindSafe for CreateTransitGatewayConnectInput
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