#[non_exhaustive]pub struct DmsTransferSettings { /* private fields */ }
Expand description
The settings in JSON format for the DMS Transfer type source endpoint.
Implementations§
source§impl DmsTransferSettings
impl DmsTransferSettings
sourcepub fn service_access_role_arn(&self) -> Option<&str>
pub fn service_access_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole
action.
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
The name of the S3 bucket to use.
source§impl DmsTransferSettings
impl DmsTransferSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DmsTransferSettings
.
Trait Implementations§
source§impl Clone for DmsTransferSettings
impl Clone for DmsTransferSettings
source§fn clone(&self) -> DmsTransferSettings
fn clone(&self) -> DmsTransferSettings
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 DmsTransferSettings
impl Debug for DmsTransferSettings
source§impl PartialEq<DmsTransferSettings> for DmsTransferSettings
impl PartialEq<DmsTransferSettings> for DmsTransferSettings
source§fn eq(&self, other: &DmsTransferSettings) -> bool
fn eq(&self, other: &DmsTransferSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.