pub struct CodePipelineArtifactCredentials {
pub secret_access_key: Option<String>,
pub session_token: Option<String>,
pub access_key_id: Option<String>,
}Expand description
CodePipelineArtifactCredentials represents CodePipeline artifact credentials
Fields§
§secret_access_key: Option<String>§session_token: Option<String>§access_key_id: Option<String>Trait Implementations§
source§impl Clone for CodePipelineArtifactCredentials
impl Clone for CodePipelineArtifactCredentials
source§fn clone(&self) -> CodePipelineArtifactCredentials
fn clone(&self) -> CodePipelineArtifactCredentials
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for CodePipelineArtifactCredentials
impl<'de> Deserialize<'de> for CodePipelineArtifactCredentials
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CodePipelineArtifactCredentials
impl PartialEq for CodePipelineArtifactCredentials
source§fn eq(&self, other: &CodePipelineArtifactCredentials) -> bool
fn eq(&self, other: &CodePipelineArtifactCredentials) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CodePipelineArtifactCredentials
impl StructuralPartialEq for CodePipelineArtifactCredentials
Auto Trait Implementations§
impl RefUnwindSafe for CodePipelineArtifactCredentials
impl Send for CodePipelineArtifactCredentials
impl Sync for CodePipelineArtifactCredentials
impl Unpin for CodePipelineArtifactCredentials
impl UnwindSafe for CodePipelineArtifactCredentials
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