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