Struct aws_sdk_ec2::output::CreateCustomerGatewayOutput
source · #[non_exhaustive]pub struct CreateCustomerGatewayOutput { /* private fields */ }
Expand description
Contains the output of CreateCustomerGateway.
Implementations§
source§impl CreateCustomerGatewayOutput
impl CreateCustomerGatewayOutput
sourcepub fn customer_gateway(&self) -> Option<&CustomerGateway>
pub fn customer_gateway(&self) -> Option<&CustomerGateway>
Information about the customer gateway.
source§impl CreateCustomerGatewayOutput
impl CreateCustomerGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCustomerGatewayOutput
.
Trait Implementations§
source§impl Clone for CreateCustomerGatewayOutput
impl Clone for CreateCustomerGatewayOutput
source§fn clone(&self) -> CreateCustomerGatewayOutput
fn clone(&self) -> CreateCustomerGatewayOutput
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