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