Struct aws_sdk_iotwireless::client::fluent_builders::GetResourceLogLevel [−][src]
pub struct GetResourceLogLevel<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetResourceLogLevel
.
Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
Implementations
impl<C, M, R> GetResourceLogLevel<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetResourceLogLevel<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetResourceLogLevelOutput, SdkError<GetResourceLogLevelError>> where
R::Policy: SmithyRetryPolicy<GetResourceLogLevelInputOperationOutputAlias, GetResourceLogLevelOutput, GetResourceLogLevelError, GetResourceLogLevelInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetResourceLogLevelOutput, SdkError<GetResourceLogLevelError>> where
R::Policy: SmithyRetryPolicy<GetResourceLogLevelInputOperationOutputAlias, GetResourceLogLevelOutput, GetResourceLogLevelError, GetResourceLogLevelInputOperationRetryAlias>,
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.
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
The type of the resource, which can be WirelessDevice
or WirelessGateway
.
The type of the resource, which can be WirelessDevice
or WirelessGateway
.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for GetResourceLogLevel<C, M, R>
impl<C, M, R> Send for GetResourceLogLevel<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetResourceLogLevel<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetResourceLogLevel<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for GetResourceLogLevel<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