Struct aws_sdk_inspector::client::fluent_builders::DescribeRulesPackages [−][src]
pub struct DescribeRulesPackages<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeRulesPackages.
Describes the rules packages that are specified by the ARNs of the rules packages.
Implementations
impl<C, M, R> DescribeRulesPackages<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeRulesPackages<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeRulesPackagesOutput, SdkError<DescribeRulesPackagesError>> where
R::Policy: SmithyRetryPolicy<DescribeRulesPackagesInputOperationOutputAlias, DescribeRulesPackagesOutput, DescribeRulesPackagesError, DescribeRulesPackagesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeRulesPackagesOutput, SdkError<DescribeRulesPackagesError>> where
R::Policy: SmithyRetryPolicy<DescribeRulesPackagesInputOperationOutputAlias, DescribeRulesPackagesOutput, DescribeRulesPackagesError, DescribeRulesPackagesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Appends an item to rulesPackageArns.
To override the contents of this collection use set_rules_package_arns.
The ARN that specifies the rules package that you want to describe.
The ARN that specifies the rules package that you want to describe.
The locale that you want to translate a rules package description into.
The locale that you want to translate a rules package description into.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeRulesPackages<C, M, R>
impl<C, M, R> Send for DescribeRulesPackages<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeRulesPackages<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeRulesPackages<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeRulesPackages<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
