Struct aws_sdk_ssm::client::fluent_builders::GetParameters [−][src]
pub struct GetParameters<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetParameters
.
Get information about one or more parameters by specifying multiple parameter names.
To get information about a single parameter, you can use the GetParameter operation instead.
Implementations
impl<C, M, R> GetParameters<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetParameters<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetParametersOutput, SdkError<GetParametersError>> where
R::Policy: SmithyRetryPolicy<GetParametersInputOperationOutputAlias, GetParametersOutput, GetParametersError, GetParametersInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetParametersOutput, SdkError<GetParametersError>> where
R::Policy: SmithyRetryPolicy<GetParametersInputOperationOutputAlias, GetParametersOutput, GetParametersError, GetParametersInputOperationRetryAlias>,
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 Names
.
To override the contents of this collection use set_names
.
Names of the parameters for which you want to query information.
To query by parameter label, use "Name": "name:label"
. To query by parameter
version, use "Name": "name:version"
.
Names of the parameters for which you want to query information.
To query by parameter label, use "Name": "name:label"
. To query by parameter
version, use "Name": "name:version"
.
Return decrypted secure string value. Return decrypted values for secure string parameters.
This flag is ignored for String
and StringList
parameter types.
Return decrypted secure string value. Return decrypted values for secure string parameters.
This flag is ignored for String
and StringList
parameter types.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for GetParameters<C, M, R>
impl<C, M, R> Unpin for GetParameters<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for GetParameters<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