#[non_exhaustive]pub struct ListProjectPoliciesInput { /* private fields */ }Implementations
sourceimpl ListProjectPoliciesInput
impl ListProjectPoliciesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListProjectPolicies, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListProjectPolicies, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListProjectPolicies>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListProjectPoliciesInput.
sourceimpl ListProjectPoliciesInput
impl ListProjectPoliciesInput
sourcepub fn project_arn(&self) -> Option<&str>
pub fn project_arn(&self) -> Option<&str>
The ARN of the project for which you want to list the project policies.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return per paginated call. The largest value you can specify is 5. If you specify a value greater than 5, a ValidationException error occurs. The default value is 5.
Trait Implementations
sourceimpl Clone for ListProjectPoliciesInput
impl Clone for ListProjectPoliciesInput
sourcefn clone(&self) -> ListProjectPoliciesInput
fn clone(&self) -> ListProjectPoliciesInput
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 ListProjectPoliciesInput
impl Debug for ListProjectPoliciesInput
sourceimpl PartialEq<ListProjectPoliciesInput> for ListProjectPoliciesInput
impl PartialEq<ListProjectPoliciesInput> for ListProjectPoliciesInput
sourcefn eq(&self, other: &ListProjectPoliciesInput) -> bool
fn eq(&self, other: &ListProjectPoliciesInput) -> bool
impl StructuralPartialEq for ListProjectPoliciesInput
Auto Trait Implementations
impl RefUnwindSafe for ListProjectPoliciesInput
impl Send for ListProjectPoliciesInput
impl Sync for ListProjectPoliciesInput
impl Unpin for ListProjectPoliciesInput
impl UnwindSafe for ListProjectPoliciesInput
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