Struct aws_sdk_ec2::output::CreateNatGatewayOutput [−][src]
#[non_exhaustive]pub struct CreateNatGatewayOutput {
pub client_token: Option<String>,
pub nat_gateway: Option<NatGateway>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.client_token: Option<String>
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
nat_gateway: Option<NatGateway>
Information about the NAT gateway.
Implementations
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
Information about the NAT gateway.
Creates a new builder-style object to manufacture CreateNatGatewayOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateNatGatewayOutput
impl Send for CreateNatGatewayOutput
impl Sync for CreateNatGatewayOutput
impl Unpin for CreateNatGatewayOutput
impl UnwindSafe for CreateNatGatewayOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more