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