Struct aws_sdk_databasemigration::model::DmsTransferSettings [−][src]
#[non_exhaustive]pub struct DmsTransferSettings {
pub service_access_role_arn: Option<String>,
pub bucket_name: Option<String>,
}
Expand description
The settings in JSON format for the DMS Transfer type source endpoint.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.service_access_role_arn: Option<String>
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole
action.
bucket_name: Option<String>
The name of the S3 bucket to use.
Implementations
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole
action.
The name of the S3 bucket to use.
Creates a new builder-style object to manufacture DmsTransferSettings
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DmsTransferSettings
impl Send for DmsTransferSettings
impl Sync for DmsTransferSettings
impl Unpin for DmsTransferSettings
impl UnwindSafe for DmsTransferSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more