aws_sdk_workspaces/client/
describe_client_properties.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DescribeClientProperties`](crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`resource_ids(impl Into<String>)`](crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder::resource_ids) / [`set_resource_ids(Option<Vec::<String>>)`](crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder::set_resource_ids):<br>required: **true**<br><p>The resource identifier, in the form of directory IDs.</p><br>
7    /// - On success, responds with [`DescribeClientPropertiesOutput`](crate::operation::describe_client_properties::DescribeClientPropertiesOutput) with field(s):
8    ///   - [`client_properties_list(Option<Vec::<ClientPropertiesResult>>)`](crate::operation::describe_client_properties::DescribeClientPropertiesOutput::client_properties_list): <p>Information about the specified Amazon WorkSpaces clients.</p>
9    /// - On failure, responds with [`SdkError<DescribeClientPropertiesError>`](crate::operation::describe_client_properties::DescribeClientPropertiesError)
10    pub fn describe_client_properties(&self) -> crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder {
11        crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder::new(self.handle.clone())
12    }
13}