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

pub struct ResourceProperties {
    pub parent_id: Value<String>,
    pub path_part: Value<String>,
    pub rest_api_id: Value<String>,
}
Expand description

Properties for the Resource resource.

Fields

parent_id: Value<String>

Property ParentId.

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

path_part: Value<String>

Property PathPart.

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

rest_api_id: Value<String>

Property RestApiId.

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

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.