#[non_exhaustive]pub struct DescribeClientPropertiesInput { /* private fields */ }Implementations§
source§impl DescribeClientPropertiesInput
impl DescribeClientPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeClientProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeClientProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeClientProperties>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClientPropertiesInput.
source§impl DescribeClientPropertiesInput
impl DescribeClientPropertiesInput
sourcepub fn resource_ids(&self) -> Option<&[String]>
pub fn resource_ids(&self) -> Option<&[String]>
The resource identifier, in the form of directory IDs.
Trait Implementations§
source§impl Clone for DescribeClientPropertiesInput
impl Clone for DescribeClientPropertiesInput
source§fn clone(&self) -> DescribeClientPropertiesInput
fn clone(&self) -> DescribeClientPropertiesInput
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<DescribeClientPropertiesInput> for DescribeClientPropertiesInput
impl PartialEq<DescribeClientPropertiesInput> for DescribeClientPropertiesInput
source§fn eq(&self, other: &DescribeClientPropertiesInput) -> bool
fn eq(&self, other: &DescribeClientPropertiesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.