#[non_exhaustive]pub struct ListRulesPackagesOutput { /* private fields */ }Implementations§
source§impl ListRulesPackagesOutput
impl ListRulesPackagesOutput
sourcepub fn rules_package_arns(&self) -> Option<&[String]>
pub fn rules_package_arns(&self) -> Option<&[String]>
The list of ARNs that specifies the rules packages returned by the action.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
source§impl ListRulesPackagesOutput
impl ListRulesPackagesOutput
sourcepub fn builder() -> ListRulesPackagesOutputBuilder
pub fn builder() -> ListRulesPackagesOutputBuilder
Creates a new builder-style object to manufacture ListRulesPackagesOutput.
Trait Implementations§
source§impl Clone for ListRulesPackagesOutput
impl Clone for ListRulesPackagesOutput
source§fn clone(&self) -> ListRulesPackagesOutput
fn clone(&self) -> ListRulesPackagesOutput
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 ListRulesPackagesOutput
impl Debug for ListRulesPackagesOutput
source§impl PartialEq<ListRulesPackagesOutput> for ListRulesPackagesOutput
impl PartialEq<ListRulesPackagesOutput> for ListRulesPackagesOutput
source§fn eq(&self, other: &ListRulesPackagesOutput) -> bool
fn eq(&self, other: &ListRulesPackagesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRulesPackagesOutput
impl RequestId for ListRulesPackagesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.