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