Struct aws_sdk_amp::input::DeleteLoggingConfigurationInput
source · [−]#[non_exhaustive]pub struct DeleteLoggingConfigurationInput { /* private fields */ }Expand description
Represents the input of a DeleteLoggingConfiguration operation.
Implementations
sourceimpl DeleteLoggingConfigurationInput
impl DeleteLoggingConfigurationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteLoggingConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteLoggingConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLoggingConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLoggingConfigurationInput.
sourceimpl DeleteLoggingConfigurationInput
impl DeleteLoggingConfigurationInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to vend logs to.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Trait Implementations
sourceimpl Clone for DeleteLoggingConfigurationInput
impl Clone for DeleteLoggingConfigurationInput
sourcefn clone(&self) -> DeleteLoggingConfigurationInput
fn clone(&self) -> DeleteLoggingConfigurationInput
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 PartialEq<DeleteLoggingConfigurationInput> for DeleteLoggingConfigurationInput
impl PartialEq<DeleteLoggingConfigurationInput> for DeleteLoggingConfigurationInput
sourcefn eq(&self, other: &DeleteLoggingConfigurationInput) -> bool
fn eq(&self, other: &DeleteLoggingConfigurationInput) -> bool
impl StructuralPartialEq for DeleteLoggingConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLoggingConfigurationInput
impl Send for DeleteLoggingConfigurationInput
impl Sync for DeleteLoggingConfigurationInput
impl Unpin for DeleteLoggingConfigurationInput
impl UnwindSafe for DeleteLoggingConfigurationInput
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