Struct cfn::aws::codebuild::project::ProjectCache
[−]
[src]
pub struct ProjectCache {
pub location: Option<Value<String>>,
pub type_: Value<String>,
}The AWS::CodeBuild::Project.ProjectCache property type.
Fields
location: Option<Value<String>>
Property Location.
Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.
type_: Value<String>
Property Type.
Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.
Trait Implementations
impl Debug for ProjectCache[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for ProjectCache[src]
fn default() -> ProjectCache[src]
Returns the "default value" for a type. Read more