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