Struct aws_sdk_apigateway::input::DeleteAuthorizerInput
source · [−]#[non_exhaustive]pub struct DeleteAuthorizerInput { /* private fields */ }Expand description
Request to delete an existing Authorizer resource.
Implementations
sourceimpl DeleteAuthorizerInput
impl DeleteAuthorizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAuthorizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAuthorizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAuthorizer>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAuthorizerInput.
sourceimpl DeleteAuthorizerInput
impl DeleteAuthorizerInput
sourcepub fn rest_api_id(&self) -> Option<&str>
pub fn rest_api_id(&self) -> Option<&str>
The string identifier of the associated RestApi.
The identifier of the Authorizer resource.
Trait Implementations
sourceimpl Clone for DeleteAuthorizerInput
impl Clone for DeleteAuthorizerInput
sourcefn clone(&self) -> DeleteAuthorizerInput
fn clone(&self) -> DeleteAuthorizerInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteAuthorizerInput
impl Debug for DeleteAuthorizerInput
sourceimpl PartialEq<DeleteAuthorizerInput> for DeleteAuthorizerInput
impl PartialEq<DeleteAuthorizerInput> for DeleteAuthorizerInput
sourcefn eq(&self, other: &DeleteAuthorizerInput) -> bool
fn eq(&self, other: &DeleteAuthorizerInput) -> bool
impl StructuralPartialEq for DeleteAuthorizerInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAuthorizerInput
impl Send for DeleteAuthorizerInput
impl Sync for DeleteAuthorizerInput
impl Unpin for DeleteAuthorizerInput
impl UnwindSafe for DeleteAuthorizerInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more