#[non_exhaustive]pub struct DescribeClientPropertiesInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeClientPropertiesInput
impl Clone for DescribeClientPropertiesInput
sourcefn clone(&self) -> DescribeClientPropertiesInput
fn clone(&self) -> DescribeClientPropertiesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeClientPropertiesInput
impl Debug for DescribeClientPropertiesInput
sourceimpl PartialEq<DescribeClientPropertiesInput> for DescribeClientPropertiesInput
impl PartialEq<DescribeClientPropertiesInput> for DescribeClientPropertiesInput
sourcefn eq(&self, other: &DescribeClientPropertiesInput) -> bool
fn eq(&self, other: &DescribeClientPropertiesInput) -> bool
impl StructuralPartialEq for DescribeClientPropertiesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeClientPropertiesInput
impl Send for DescribeClientPropertiesInput
impl Sync for DescribeClientPropertiesInput
impl Unpin for DescribeClientPropertiesInput
impl UnwindSafe for DescribeClientPropertiesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more