#[non_exhaustive]pub struct CreatePresignedNotebookUrlOutput { /* private fields */ }
Implementations§
source§impl CreatePresignedNotebookUrlOutput
impl CreatePresignedNotebookUrlOutput
sourcepub fn notebook_url(&self) -> Option<&str>
pub fn notebook_url(&self) -> Option<&str>
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
sourcepub fn auth_token(&self) -> Option<&str>
pub fn auth_token(&self) -> Option<&str>
The authentication token for the notebook.
sourcepub fn auth_token_expiration_time(&self) -> Option<i64>
pub fn auth_token_expiration_time(&self) -> Option<i64>
The UTC epoch time when the authentication token expires.
source§impl CreatePresignedNotebookUrlOutput
impl CreatePresignedNotebookUrlOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePresignedNotebookUrlOutput
.
Trait Implementations§
source§impl Clone for CreatePresignedNotebookUrlOutput
impl Clone for CreatePresignedNotebookUrlOutput
source§fn clone(&self) -> CreatePresignedNotebookUrlOutput
fn clone(&self) -> CreatePresignedNotebookUrlOutput
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<CreatePresignedNotebookUrlOutput> for CreatePresignedNotebookUrlOutput
impl PartialEq<CreatePresignedNotebookUrlOutput> for CreatePresignedNotebookUrlOutput
source§fn eq(&self, other: &CreatePresignedNotebookUrlOutput) -> bool
fn eq(&self, other: &CreatePresignedNotebookUrlOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.