Struct cfn::aws::apigateway::DocumentationVersionProperties [] [src]

pub struct DocumentationVersionProperties {
    pub description: Option<Value<String>>,
    pub documentation_version: Value<String>,
    pub rest_api_id: Value<String>,
}

Properties for the DocumentationVersion resource.

Fields

Property Description.

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

Property DocumentationVersion.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property RestApiId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for DocumentationVersionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for DocumentationVersionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for DocumentationVersionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DocumentationVersionProperties> for DocumentationVersion
[src]

[src]

Performs the conversion.

Auto Trait Implementations