#[non_exhaustive]pub struct CreateTransitGatewayConnectInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayConnectInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for CreateTransitGatewayConnectInput
impl Clone for CreateTransitGatewayConnectInput
sourcefn clone(&self) -> CreateTransitGatewayConnectInput
fn clone(&self) -> CreateTransitGatewayConnectInput
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<CreateTransitGatewayConnectInput> for CreateTransitGatewayConnectInput
impl PartialEq<CreateTransitGatewayConnectInput> for CreateTransitGatewayConnectInput
sourcefn eq(&self, other: &CreateTransitGatewayConnectInput) -> bool
fn eq(&self, other: &CreateTransitGatewayConnectInput) -> bool
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
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