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