Struct cfn::aws::codebuild::project::ProjectCache [] [src]

pub struct ProjectCache {
    pub location: Option<Value<String>>,
    pub type_: Value<String>,
}

Fields

Property Location.

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

Property Type.

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

Trait Implementations

impl Debug for ProjectCache
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ProjectCache
[src]

[src]

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

Auto Trait Implementations

impl Send for ProjectCache

impl Sync for ProjectCache