Struct aws_sdk_config::input::DescribeConfigRulesInput
source · [−]#[non_exhaustive]pub struct DescribeConfigRulesInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeConfigRulesInput
impl DescribeConfigRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigRules>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigRulesInput.
sourceimpl DescribeConfigRulesInput
impl DescribeConfigRulesInput
sourcepub fn config_rule_names(&self) -> Option<&[String]>
pub fn config_rule_names(&self) -> Option<&[String]>
The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations
sourceimpl Clone for DescribeConfigRulesInput
impl Clone for DescribeConfigRulesInput
sourcefn clone(&self) -> DescribeConfigRulesInput
fn clone(&self) -> DescribeConfigRulesInput
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 DescribeConfigRulesInput
impl Debug for DescribeConfigRulesInput
sourceimpl PartialEq<DescribeConfigRulesInput> for DescribeConfigRulesInput
impl PartialEq<DescribeConfigRulesInput> for DescribeConfigRulesInput
sourcefn eq(&self, other: &DescribeConfigRulesInput) -> bool
fn eq(&self, other: &DescribeConfigRulesInput) -> bool
impl StructuralPartialEq for DescribeConfigRulesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConfigRulesInput
impl Send for DescribeConfigRulesInput
impl Sync for DescribeConfigRulesInput
impl Unpin for DescribeConfigRulesInput
impl UnwindSafe for DescribeConfigRulesInput
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