Struct aws_sdk_iot::input::GetLoggingOptionsInput [−][src]
#[non_exhaustive]pub struct GetLoggingOptionsInput {}
Expand description
The input for the GetLoggingOptions operation.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLoggingOptions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLoggingOptions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetLoggingOptions
>
Creates a new builder-style object to manufacture GetLoggingOptionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetLoggingOptionsInput
impl Send for GetLoggingOptionsInput
impl Sync for GetLoggingOptionsInput
impl Unpin for GetLoggingOptionsInput
impl UnwindSafe for GetLoggingOptionsInput
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