#[non_exhaustive]pub struct CreateTransitGatewayPeeringInput { /* private fields */ }
Implementations§
source§impl CreateTransitGatewayPeeringInput
impl CreateTransitGatewayPeeringInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayPeering, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateTransitGatewayPeering, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTransitGatewayPeering
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayPeeringInput
.
source§impl CreateTransitGatewayPeeringInput
impl CreateTransitGatewayPeeringInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn transit_gateway_arn(&self) -> Option<&str>
pub fn transit_gateway_arn(&self) -> Option<&str>
The ARN of the transit gateway for the peering request.
The list of key-value tags associated with the request.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The client token associated with the request.
Trait Implementations§
source§impl Clone for CreateTransitGatewayPeeringInput
impl Clone for CreateTransitGatewayPeeringInput
source§fn clone(&self) -> CreateTransitGatewayPeeringInput
fn clone(&self) -> CreateTransitGatewayPeeringInput
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<CreateTransitGatewayPeeringInput> for CreateTransitGatewayPeeringInput
impl PartialEq<CreateTransitGatewayPeeringInput> for CreateTransitGatewayPeeringInput
source§fn eq(&self, other: &CreateTransitGatewayPeeringInput) -> bool
fn eq(&self, other: &CreateTransitGatewayPeeringInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.