Struct rusoto_apigateway::EndpointConfiguration [] [src]

pub struct EndpointConfiguration {
    pub types: Option<Vec<String>>,
}

The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.

Fields

A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is "EDGE". For a regional API and its custom domain name, the endpoint type is REGIONAL.

Trait Implementations

impl Default for EndpointConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for EndpointConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EndpointConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations