#[non_exhaustive]pub struct CreateEgressOnlyInternetGatewayOutput { /* private fields */ }
Implementations§
source§impl CreateEgressOnlyInternetGatewayOutput
impl CreateEgressOnlyInternetGatewayOutput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn egress_only_internet_gateway(&self) -> Option<&EgressOnlyInternetGateway>
pub fn egress_only_internet_gateway(&self) -> Option<&EgressOnlyInternetGateway>
Information about the egress-only internet gateway.
source§impl CreateEgressOnlyInternetGatewayOutput
impl CreateEgressOnlyInternetGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEgressOnlyInternetGatewayOutput
.
Trait Implementations§
source§impl Clone for CreateEgressOnlyInternetGatewayOutput
impl Clone for CreateEgressOnlyInternetGatewayOutput
source§fn clone(&self) -> CreateEgressOnlyInternetGatewayOutput
fn clone(&self) -> CreateEgressOnlyInternetGatewayOutput
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 more