Struct aws_sdk_sagemaker::client::fluent_builders::ListNotebookInstanceLifecycleConfigs [−][src]
pub struct ListNotebookInstanceLifecycleConfigs<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListNotebookInstanceLifecycleConfigs
.
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.
Implementations
impl<C, M, R> ListNotebookInstanceLifecycleConfigs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListNotebookInstanceLifecycleConfigs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListNotebookInstanceLifecycleConfigsOutput, SdkError<ListNotebookInstanceLifecycleConfigsError>> where
R::Policy: SmithyRetryPolicy<ListNotebookInstanceLifecycleConfigsInputOperationOutputAlias, ListNotebookInstanceLifecycleConfigsOutput, ListNotebookInstanceLifecycleConfigsError, ListNotebookInstanceLifecycleConfigsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListNotebookInstanceLifecycleConfigsOutput, SdkError<ListNotebookInstanceLifecycleConfigsError>> where
R::Policy: SmithyRetryPolicy<ListNotebookInstanceLifecycleConfigsInputOperationOutputAlias, ListNotebookInstanceLifecycleConfigsOutput, ListNotebookInstanceLifecycleConfigsError, ListNotebookInstanceLifecycleConfigsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
If the result of a ListNotebookInstanceLifecycleConfigs
request was
truncated, the response includes a NextToken
. To get the next set of
lifecycle configurations, use the token in the next request.
If the result of a ListNotebookInstanceLifecycleConfigs
request was
truncated, the response includes a NextToken
. To get the next set of
lifecycle configurations, use the token in the next request.
The maximum number of lifecycle configurations to return in the response.
The maximum number of lifecycle configurations to return in the response.
Sorts the list of results. The default is CreationTime
.
Sorts the list of results. The default is CreationTime
.
The sort order for results.
The sort order for results.
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListNotebookInstanceLifecycleConfigs<C, M, R>
impl<C, M, R> Send for ListNotebookInstanceLifecycleConfigs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListNotebookInstanceLifecycleConfigs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListNotebookInstanceLifecycleConfigs<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListNotebookInstanceLifecycleConfigs<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more