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