Struct aws_sdk_athena::input::ImportNotebookInput
source · #[non_exhaustive]pub struct ImportNotebookInput { /* private fields */ }
Implementations§
source§impl ImportNotebookInput
impl ImportNotebookInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportNotebook, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ImportNotebook, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportNotebook
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportNotebookInput
.
source§impl ImportNotebookInput
impl ImportNotebookInput
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The name of the Spark enabled workgroup to import the notebook to.
sourcepub fn type(&self) -> Option<&NotebookType>
pub fn type(&self) -> Option<&NotebookType>
The notebook content type. Currently, the only valid type is IPYNB
.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
A unique case-sensitive string used to ensure the request to import the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
Trait Implementations§
source§impl Clone for ImportNotebookInput
impl Clone for ImportNotebookInput
source§fn clone(&self) -> ImportNotebookInput
fn clone(&self) -> ImportNotebookInput
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 ImportNotebookInput
impl Debug for ImportNotebookInput
source§impl PartialEq<ImportNotebookInput> for ImportNotebookInput
impl PartialEq<ImportNotebookInput> for ImportNotebookInput
source§fn eq(&self, other: &ImportNotebookInput) -> bool
fn eq(&self, other: &ImportNotebookInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.