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