#[non_exhaustive]pub struct AwsApiGatewayEndpointConfiguration { /* private fields */ }
Expand description
Contains information about the endpoints for the API.
Implementations§
source§impl AwsApiGatewayEndpointConfiguration
impl AwsApiGatewayEndpointConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsApiGatewayEndpointConfiguration
.
Trait Implementations§
source§impl Clone for AwsApiGatewayEndpointConfiguration
impl Clone for AwsApiGatewayEndpointConfiguration
source§fn clone(&self) -> AwsApiGatewayEndpointConfiguration
fn clone(&self) -> AwsApiGatewayEndpointConfiguration
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