#[non_exhaustive]pub struct ListRulesPackagesInput { /* private fields */ }Implementations§
source§impl ListRulesPackagesInput
impl ListRulesPackagesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListRulesPackages action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
source§impl ListRulesPackagesInput
impl ListRulesPackagesInput
sourcepub fn builder() -> ListRulesPackagesInputBuilder
pub fn builder() -> ListRulesPackagesInputBuilder
Creates a new builder-style object to manufacture ListRulesPackagesInput.
source§impl ListRulesPackagesInput
impl ListRulesPackagesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRulesPackages, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListRulesPackages, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRulesPackages>
Trait Implementations§
source§impl Clone for ListRulesPackagesInput
impl Clone for ListRulesPackagesInput
source§fn clone(&self) -> ListRulesPackagesInput
fn clone(&self) -> ListRulesPackagesInput
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 ListRulesPackagesInput
impl Debug for ListRulesPackagesInput
source§impl PartialEq<ListRulesPackagesInput> for ListRulesPackagesInput
impl PartialEq<ListRulesPackagesInput> for ListRulesPackagesInput
source§fn eq(&self, other: &ListRulesPackagesInput) -> bool
fn eq(&self, other: &ListRulesPackagesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.