Struct aws_sdk_transfer::model::DecryptStepDetails
source · #[non_exhaustive]pub struct DecryptStepDetails { /* private fields */ }
Implementations§
source§impl DecryptStepDetails
impl DecryptStepDetails
pub fn name(&self) -> Option<&str>
pub fn type(&self) -> Option<&EncryptionType>
pub fn source_file_location(&self) -> Option<&str>
pub fn overwrite_existing(&self) -> Option<&OverwriteExisting>
sourcepub fn destination_file_location(&self) -> Option<&InputFileLocation>
pub fn destination_file_location(&self) -> Option<&InputFileLocation>
Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.
source§impl DecryptStepDetails
impl DecryptStepDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DecryptStepDetails
.
Trait Implementations§
source§impl Clone for DecryptStepDetails
impl Clone for DecryptStepDetails
source§fn clone(&self) -> DecryptStepDetails
fn clone(&self) -> DecryptStepDetails
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 Debug for DecryptStepDetails
impl Debug for DecryptStepDetails
source§impl PartialEq<DecryptStepDetails> for DecryptStepDetails
impl PartialEq<DecryptStepDetails> for DecryptStepDetails
source§fn eq(&self, other: &DecryptStepDetails) -> bool
fn eq(&self, other: &DecryptStepDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.