Struct cfn::aws::cloud9::environment_ec2::Repository [] [src]

pub struct Repository {
    pub path_component: Value<String>,
    pub repository_url: Value<String>,
}

Fields

Property PathComponent.

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

Property RepositoryUrl.

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

Trait Implementations

impl Debug for Repository
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Repository
[src]

[src]

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

Auto Trait Implementations

impl Send for Repository

impl Sync for Repository