pub struct GitHubLocation {
pub commit_id: Value<String>,
pub repository: Value<String>,
}Expand description
The AWS::CodeDeploy::DeploymentGroup.GitHubLocation property type.
Fields§
§commit_id: Value<String>Property CommitId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
repository: Value<String>Property Repository.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for GitHubLocation
impl Debug for GitHubLocation
Source§impl Default for GitHubLocation
impl Default for GitHubLocation
Source§fn default() -> GitHubLocation
fn default() -> GitHubLocation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitHubLocation
impl RefUnwindSafe for GitHubLocation
impl Send for GitHubLocation
impl Sync for GitHubLocation
impl Unpin for GitHubLocation
impl UnwindSafe for GitHubLocation
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