Struct aws_sdk_workspaces::operation::describe_client_properties::DescribeClientPropertiesOutput
source · #[non_exhaustive]pub struct DescribeClientPropertiesOutput { /* private fields */ }
Implementations§
source§impl DescribeClientPropertiesOutput
impl DescribeClientPropertiesOutput
sourcepub fn client_properties_list(&self) -> Option<&[ClientPropertiesResult]>
pub fn client_properties_list(&self) -> Option<&[ClientPropertiesResult]>
Information about the specified Amazon WorkSpaces clients.
source§impl DescribeClientPropertiesOutput
impl DescribeClientPropertiesOutput
sourcepub fn builder() -> DescribeClientPropertiesOutputBuilder
pub fn builder() -> DescribeClientPropertiesOutputBuilder
Creates a new builder-style object to manufacture DescribeClientPropertiesOutput
.
Trait Implementations§
source§impl Clone for DescribeClientPropertiesOutput
impl Clone for DescribeClientPropertiesOutput
source§fn clone(&self) -> DescribeClientPropertiesOutput
fn clone(&self) -> DescribeClientPropertiesOutput
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<DescribeClientPropertiesOutput> for DescribeClientPropertiesOutput
impl PartialEq<DescribeClientPropertiesOutput> for DescribeClientPropertiesOutput
source§fn eq(&self, other: &DescribeClientPropertiesOutput) -> bool
fn eq(&self, other: &DescribeClientPropertiesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeClientPropertiesOutput
impl RequestId for DescribeClientPropertiesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.