Struct aws_sdk_sagemaker::client::fluent_builders::DescribeWorkteam
source · pub struct DescribeWorkteam { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeWorkteam
.
Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).
Implementations§
source§impl DescribeWorkteam
impl DescribeWorkteam
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeWorkteam, AwsResponseRetryClassifier>, SdkError<DescribeWorkteamError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeWorkteam, AwsResponseRetryClassifier>, SdkError<DescribeWorkteamError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeWorkteamOutput, SdkError<DescribeWorkteamError>>
pub async fn send(
self
) -> Result<DescribeWorkteamOutput, SdkError<DescribeWorkteamError>>
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.
sourcepub fn workteam_name(self, input: impl Into<String>) -> Self
pub fn workteam_name(self, input: impl Into<String>) -> Self
The name of the work team to return a description of.
sourcepub fn set_workteam_name(self, input: Option<String>) -> Self
pub fn set_workteam_name(self, input: Option<String>) -> Self
The name of the work team to return a description of.
Trait Implementations§
source§impl Clone for DescribeWorkteam
impl Clone for DescribeWorkteam
source§fn clone(&self) -> DescribeWorkteam
fn clone(&self) -> DescribeWorkteam
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more