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