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