Struct cfn::aws::apigateway::rest_api::EndpointConfiguration [] [src]

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

Fields

Property Types.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for EndpointConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for EndpointConfiguration
[src]

[src]

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

Auto Trait Implementations