Struct aws_sdk_amp::input::ListRuleGroupsNamespacesInput
source · [−]#[non_exhaustive]pub struct ListRuleGroupsNamespacesInput { /* private fields */ }Expand description
Represents the input of a ListRuleGroupsNamespaces operation.
Implementations
sourceimpl ListRuleGroupsNamespacesInput
impl ListRuleGroupsNamespacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRuleGroupsNamespaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRuleGroupsNamespaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRuleGroupsNamespaces>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRuleGroupsNamespacesInput.
sourceimpl ListRuleGroupsNamespacesInput
impl ListRuleGroupsNamespacesInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum results to return in response (default=100, maximum=1000).
Trait Implementations
sourceimpl Clone for ListRuleGroupsNamespacesInput
impl Clone for ListRuleGroupsNamespacesInput
sourcefn clone(&self) -> ListRuleGroupsNamespacesInput
fn clone(&self) -> ListRuleGroupsNamespacesInput
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 ListRuleGroupsNamespacesInput
impl Debug for ListRuleGroupsNamespacesInput
sourceimpl PartialEq<ListRuleGroupsNamespacesInput> for ListRuleGroupsNamespacesInput
impl PartialEq<ListRuleGroupsNamespacesInput> for ListRuleGroupsNamespacesInput
sourcefn eq(&self, other: &ListRuleGroupsNamespacesInput) -> bool
fn eq(&self, other: &ListRuleGroupsNamespacesInput) -> bool
impl StructuralPartialEq for ListRuleGroupsNamespacesInput
Auto Trait Implementations
impl RefUnwindSafe for ListRuleGroupsNamespacesInput
impl Send for ListRuleGroupsNamespacesInput
impl Sync for ListRuleGroupsNamespacesInput
impl Unpin for ListRuleGroupsNamespacesInput
impl UnwindSafe for ListRuleGroupsNamespacesInput
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