Struct aws_sdk_ec2::input::CreateTransitGatewayInput
source · [−]#[non_exhaustive]pub struct CreateTransitGatewayInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateTransitGatewayInput
impl Clone for CreateTransitGatewayInput
sourcefn clone(&self) -> CreateTransitGatewayInput
fn clone(&self) -> CreateTransitGatewayInput
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 Debug for CreateTransitGatewayInput
impl Debug for CreateTransitGatewayInput
sourceimpl PartialEq<CreateTransitGatewayInput> for CreateTransitGatewayInput
impl PartialEq<CreateTransitGatewayInput> for CreateTransitGatewayInput
sourcefn eq(&self, other: &CreateTransitGatewayInput) -> bool
fn eq(&self, other: &CreateTransitGatewayInput) -> bool
impl StructuralPartialEq for CreateTransitGatewayInput
Auto Trait Implementations
impl RefUnwindSafe for CreateTransitGatewayInput
impl Send for CreateTransitGatewayInput
impl Sync for CreateTransitGatewayInput
impl Unpin for CreateTransitGatewayInput
impl UnwindSafe for CreateTransitGatewayInput
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