Struct aws_sdk_ec2::input::CreateTransitGatewayInput
source · #[non_exhaustive]pub struct CreateTransitGatewayInput { /* private fields */ }
Implementations§
source§impl CreateTransitGatewayInput
impl CreateTransitGatewayInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTransitGateway, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTransitGateway, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTransitGateway
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayInput
.
source§impl CreateTransitGatewayInput
impl CreateTransitGatewayInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the transit gateway.
sourcepub fn options(&self) -> Option<&TransitGatewayRequestOptions>
pub fn options(&self) -> Option<&TransitGatewayRequestOptions>
The transit gateway options.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to apply to the transit gateway.
Trait Implementations§
source§impl Clone for CreateTransitGatewayInput
impl Clone for CreateTransitGatewayInput
source§fn clone(&self) -> CreateTransitGatewayInput
fn clone(&self) -> CreateTransitGatewayInput
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 Debug for CreateTransitGatewayInput
impl Debug for CreateTransitGatewayInput
source§impl PartialEq<CreateTransitGatewayInput> for CreateTransitGatewayInput
impl PartialEq<CreateTransitGatewayInput> for CreateTransitGatewayInput
source§fn eq(&self, other: &CreateTransitGatewayInput) -> bool
fn eq(&self, other: &CreateTransitGatewayInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.