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