Struct aws_sdk_machinelearning::input::UpdateDataSourceInput [−][src]
#[non_exhaustive]pub struct UpdateDataSourceInput {
pub data_source_id: Option<String>,
pub data_source_name: Option<String>,
}
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.data_source_id: Option<String>
The ID assigned to the DataSource
during creation.
data_source_name: Option<String>
A new user-supplied name or description of the DataSource
that will replace the current description.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDataSource, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDataSource, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDataSource
>
Creates a new builder-style object to manufacture UpdateDataSourceInput
The ID assigned to the DataSource
during creation.
A new user-supplied name or description of the DataSource
that will replace the current description.
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 UpdateDataSourceInput
impl Send for UpdateDataSourceInput
impl Sync for UpdateDataSourceInput
impl Unpin for UpdateDataSourceInput
impl UnwindSafe for UpdateDataSourceInput
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