Struct aws_sdk_iot::input::ListPrincipalPoliciesInput
source · #[non_exhaustive]pub struct ListPrincipalPoliciesInput { /* private fields */ }
Expand description
The input for the ListPrincipalPolicies operation.
Implementations§
source§impl ListPrincipalPoliciesInput
impl ListPrincipalPoliciesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPrincipalPolicies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPrincipalPolicies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPrincipalPolicies
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPrincipalPoliciesInput
.
source§impl ListPrincipalPoliciesInput
impl ListPrincipalPoliciesInput
sourcepub fn principal(&self) -> Option<&str>
pub fn principal(&self) -> Option<&str>
The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).
sourcepub fn ascending_order(&self) -> bool
pub fn ascending_order(&self) -> bool
Specifies the order for results. If true, results are returned in ascending creation order.
Trait Implementations§
source§impl Clone for ListPrincipalPoliciesInput
impl Clone for ListPrincipalPoliciesInput
source§fn clone(&self) -> ListPrincipalPoliciesInput
fn clone(&self) -> ListPrincipalPoliciesInput
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 ListPrincipalPoliciesInput
impl Debug for ListPrincipalPoliciesInput
source§impl PartialEq<ListPrincipalPoliciesInput> for ListPrincipalPoliciesInput
impl PartialEq<ListPrincipalPoliciesInput> for ListPrincipalPoliciesInput
source§fn eq(&self, other: &ListPrincipalPoliciesInput) -> bool
fn eq(&self, other: &ListPrincipalPoliciesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.