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