#[non_exhaustive]pub struct CreateTransitGatewayConnectInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayConnectInput
.
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.
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 ==
.