Struct aws_sdk_grafana::input::DeleteWorkspaceApiKeyInput
source · #[non_exhaustive]pub struct DeleteWorkspaceApiKeyInput { /* private fields */ }
Implementations§
source§impl DeleteWorkspaceApiKeyInput
impl DeleteWorkspaceApiKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteWorkspaceApiKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteWorkspaceApiKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteWorkspaceApiKey
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteWorkspaceApiKeyInput
.
Trait Implementations§
source§impl Clone for DeleteWorkspaceApiKeyInput
impl Clone for DeleteWorkspaceApiKeyInput
source§fn clone(&self) -> DeleteWorkspaceApiKeyInput
fn clone(&self) -> DeleteWorkspaceApiKeyInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteWorkspaceApiKeyInput
impl Debug for DeleteWorkspaceApiKeyInput
source§impl PartialEq<DeleteWorkspaceApiKeyInput> for DeleteWorkspaceApiKeyInput
impl PartialEq<DeleteWorkspaceApiKeyInput> for DeleteWorkspaceApiKeyInput
source§fn eq(&self, other: &DeleteWorkspaceApiKeyInput) -> bool
fn eq(&self, other: &DeleteWorkspaceApiKeyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.