pub struct CreateEgressOnlyInternetGatewayResult {
pub client_token: Option<String>,
pub egress_only_internet_gateway: Option<EgressOnlyInternetGateway>,
}Fields§
§client_token: Option<String>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
egress_only_internet_gateway: Option<EgressOnlyInternetGateway>Information about the egress-only internet gateway.
Trait Implementations§
Source§impl Clone for CreateEgressOnlyInternetGatewayResult
impl Clone for CreateEgressOnlyInternetGatewayResult
Source§fn clone(&self) -> CreateEgressOnlyInternetGatewayResult
fn clone(&self) -> CreateEgressOnlyInternetGatewayResult
Returns a duplicate 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 Default for CreateEgressOnlyInternetGatewayResult
impl Default for CreateEgressOnlyInternetGatewayResult
Source§fn default() -> CreateEgressOnlyInternetGatewayResult
fn default() -> CreateEgressOnlyInternetGatewayResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateEgressOnlyInternetGatewayResult
impl PartialEq for CreateEgressOnlyInternetGatewayResult
Source§fn eq(&self, other: &CreateEgressOnlyInternetGatewayResult) -> bool
fn eq(&self, other: &CreateEgressOnlyInternetGatewayResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateEgressOnlyInternetGatewayResult
Auto Trait Implementations§
impl Freeze for CreateEgressOnlyInternetGatewayResult
impl RefUnwindSafe for CreateEgressOnlyInternetGatewayResult
impl Send for CreateEgressOnlyInternetGatewayResult
impl Sync for CreateEgressOnlyInternetGatewayResult
impl Unpin for CreateEgressOnlyInternetGatewayResult
impl UnwindSafe for CreateEgressOnlyInternetGatewayResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more