pub struct Code {
pub branch_name: Option<Value<String>>,
pub s3: Value<S3>,
}Expand description
The AWS::CodeCommit::Repository.Code property type.
Fields§
§branch_name: Option<Value<String>>Property BranchName.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
s3: Value<S3>Property S3.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Code
impl RefUnwindSafe for Code
impl Send for Code
impl Sync for Code
impl Unpin for Code
impl UnwindSafe for Code
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more