#[non_exhaustive]pub struct ListRulesPackagesOutput {
pub rules_package_arns: Option<Vec<String>>,
pub next_token: Option<String>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.rules_package_arns: Option<Vec<String>>The list of ARNs that specifies the rules packages returned by the action.
next_token: Option<String>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.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
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>
None if the service could not be reached.