pub struct EncryptionKey {
    pub id: Value<String>,
    pub type: Value<String>,
}Expand description
The AWS::CodePipeline::Pipeline.EncryptionKey property type.
Fields§
§id: Value<String>Property Id.
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§
Source§impl Debug for EncryptionKey
 
impl Debug for EncryptionKey
Source§impl Default for EncryptionKey
 
impl Default for EncryptionKey
Source§fn default() -> EncryptionKey
 
fn default() -> EncryptionKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EncryptionKey
impl RefUnwindSafe for EncryptionKey
impl Send for EncryptionKey
impl Sync for EncryptionKey
impl Unpin for EncryptionKey
impl UnwindSafe for EncryptionKey
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