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