Struct aws_sdk_sagemaker::operation::delete_notebook_instance_lifecycle_config::DeleteNotebookInstanceLifecycleConfigInput
source · #[non_exhaustive]pub struct DeleteNotebookInstanceLifecycleConfigInput { /* private fields */ }
Implementations§
source§impl DeleteNotebookInstanceLifecycleConfigInput
impl DeleteNotebookInstanceLifecycleConfigInput
sourcepub fn notebook_instance_lifecycle_config_name(&self) -> Option<&str>
pub fn notebook_instance_lifecycle_config_name(&self) -> Option<&str>
The name of the lifecycle configuration to delete.
source§impl DeleteNotebookInstanceLifecycleConfigInput
impl DeleteNotebookInstanceLifecycleConfigInput
sourcepub fn builder() -> DeleteNotebookInstanceLifecycleConfigInputBuilder
pub fn builder() -> DeleteNotebookInstanceLifecycleConfigInputBuilder
Creates a new builder-style object to manufacture DeleteNotebookInstanceLifecycleConfigInput
.
source§impl DeleteNotebookInstanceLifecycleConfigInput
impl DeleteNotebookInstanceLifecycleConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNotebookInstanceLifecycleConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteNotebookInstanceLifecycleConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNotebookInstanceLifecycleConfig
>
Trait Implementations§
source§impl Clone for DeleteNotebookInstanceLifecycleConfigInput
impl Clone for DeleteNotebookInstanceLifecycleConfigInput
source§fn clone(&self) -> DeleteNotebookInstanceLifecycleConfigInput
fn clone(&self) -> DeleteNotebookInstanceLifecycleConfigInput
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 PartialEq<DeleteNotebookInstanceLifecycleConfigInput> for DeleteNotebookInstanceLifecycleConfigInput
impl PartialEq<DeleteNotebookInstanceLifecycleConfigInput> for DeleteNotebookInstanceLifecycleConfigInput
source§fn eq(&self, other: &DeleteNotebookInstanceLifecycleConfigInput) -> bool
fn eq(&self, other: &DeleteNotebookInstanceLifecycleConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.