Struct aws_sdk_iot::input::ListPoliciesInput
source · #[non_exhaustive]pub struct ListPoliciesInput { /* private fields */ }
Expand description
The input for the ListPolicies operation.
Implementations§
source§impl ListPoliciesInput
impl ListPoliciesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPolicies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPolicies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPolicies
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPoliciesInput
.
Trait Implementations§
source§impl Clone for ListPoliciesInput
impl Clone for ListPoliciesInput
source§fn clone(&self) -> ListPoliciesInput
fn clone(&self) -> ListPoliciesInput
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 Debug for ListPoliciesInput
impl Debug for ListPoliciesInput
source§impl PartialEq<ListPoliciesInput> for ListPoliciesInput
impl PartialEq<ListPoliciesInput> for ListPoliciesInput
source§fn eq(&self, other: &ListPoliciesInput) -> bool
fn eq(&self, other: &ListPoliciesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.